You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plotly.NET/Layout/ObjectAbstractions/Common/Legend.fs
+16-4
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ type Legend() =
14
14
/// </summary>
15
15
/// <param name="BGColor">Sets the legend background color. Defaults to `layout.paper_bgcolor`.</param>
16
16
/// <param name="BorderColor">Sets the color of the border enclosing the legend.</param>
17
+
/// <param name="EntryWidth">Sets the width (in px or fraction) of the legend. Use 0 to size the entry based on the text width, when `entrywidthmode` is set to "pixels".</param>
18
+
/// <param name="EntryWidthMode">Determines what entrywidth means.</param>
17
19
/// <param name="Borderwidth">Sets the width (in px) of the border enclosing the legend.</param>
18
20
/// <param name="Font">Sets the font used to text the legend items.</param>
19
21
/// <param name="GroupClick">Determines the behavior on legend group item click. "toggleitem" toggles the visibility of the individual item clicked on the graph. "togglegroup" toggles the visibility of all items in the same legendgroup as the item clicked on the graph.</param>
/// <param name="BGColor">Sets the legend background color. Defaults to `layout.paper_bgcolor`.</param>
86
92
/// <param name="BorderColor">Sets the color of the border enclosing the legend.</param>
87
93
/// <param name="Borderwidth">Sets the width (in px) of the border enclosing the legend.</param>
94
+
/// <param name="EntryWidth">Sets the width (in px or fraction) of the legend. Use 0 to size the entry based on the text width, when `entrywidthmode` is set to "pixels".</param>
95
+
/// <param name="EntryWidthMode">Determines what entrywidth means.</param>
88
96
/// <param name="Font">Sets the font used to text the legend items.</param>
89
97
/// <param name="GroupClick">Determines the behavior on legend group item click. "toggleitem" toggles the visibility of the individual item clicked on the graph. "togglegroup" toggles the visibility of all items in the same legendgroup as the item clicked on the graph.</param>
90
98
/// <param name="GroupTitleFont">Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.</param>
0 commit comments