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/ChartAPI/Chart.fs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1080,6 +1080,7 @@ type Chart =
1080
1080
/// <paramname="LineColor">Sets the axis line color.</param>
1081
1081
/// <paramname="ShowGrid">Determines whether or not grid lines are drawn. If "true", the grid lines are drawn at every tick mark.</param>
1082
1082
/// <paramname="GridColor">Sets the color of the grid lines.</param>
1083
+
/// <paramname="GridDash">Sets the dash style of lines. Set to a dash type string ("solid", "dot", "dash", "longdash", "dashdot", or "longdashdot") or a dash length list in px (eg "5px,10px,2px,2px").</param>
1083
1084
/// <paramname="ZeroLine">Determines whether or not a line is drawn at along the 0 value of this axis. If "true", the zero line is drawn on top of the grid lines.</param>
1084
1085
/// <paramname="ZeroLineColor">Sets the line color of the zero line.</param>
1085
1086
/// <paramname="Anchor">If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to the corresponding opposite-letter axis. If set to "free", this axis' position is determined by `position`.</param>
/// <paramname="LineColor">Sets the axis line color.</param>
1219
1222
/// <paramname="ShowGrid">Determines whether or not grid lines are drawn. If "true", the grid lines are drawn at every tick mark.</param>
1220
1223
/// <paramname="GridColor">Sets the color of the grid lines.</param>
1224
+
/// <paramname="GridDash">Sets the dash style of lines. Set to a dash type string ("solid", "dot", "dash", "longdash", "dashdot", or "longdashdot") or a dash length list in px (eg "5px,10px,2px,2px").</param>
1221
1225
/// <paramname="ZeroLine">Determines whether or not a line is drawn at along the 0 value of this axis. If "true", the zero line is drawn on top of the grid lines.</param>
1222
1226
/// <paramname="ZeroLineColor">Sets the line color of the zero line.</param>
1223
1227
/// <paramname="Anchor">If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to the corresponding opposite-letter axis. If set to "free", this axis' position is determined by `position`.</param>
0 commit comments