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/LinearAxis.fs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -828,6 +828,8 @@ type LinearAxis() =
828
828
/// <paramname="StartLine">Determines whether or not a line is drawn at along the starting value of this axis. If "true", the start line is drawn on top of the grid lines.</param>
829
829
/// <paramname="StartLineColor">Sets the line color of the start line.</param>
830
830
/// <paramname="StartLineWidth">Sets the width (in px) of the start line.</param>
831
+
/// <paramname="BackgroundColor">Sets the background color of the axis.</param>
832
+
/// <paramname="ShowBackground">Wether or not to show the background of the axis.</param>
0 commit comments