Skip to content

Commit 9f19fbe

Browse files
committed
add some missing xml docs
1 parent ae349e8 commit 9f19fbe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Plotly.NET/Layout/ObjectAbstractions/Common/LinearAxis.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ type LinearAxis() =
828828
/// <param name="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>
829829
/// <param name="StartLineColor">Sets the line color of the start line.</param>
830830
/// <param name="StartLineWidth">Sets the width (in px) of the start line.</param>
831+
/// <param name="BackgroundColor">Sets the background color of the axis.</param>
832+
/// <param name="ShowBackground">Wether or not to show the background of the axis.</param>
831833
832834
static member style
833835
(

src/Plotly.NET/Layout/ObjectAbstractions/Ternary/Ternary.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Ternary() =
1616
/// <param name="CAxis">Sets the ternary C Axis</param>
1717
/// <param name="Domain">Sets the ternary domain</param>
1818
/// <param name="Sum">The number each triplet should sum to, and the maximum range of each axis</param>
19+
/// <param name="BGColor">Sets the background color of the ternary layout.</param>
1920
static member init
2021
(
2122
[<Optional; DefaultParameterValue(null)>] ?AAxis: LinearAxis,
@@ -43,6 +44,7 @@ type Ternary() =
4344
/// <param name="CAxis">Sets the ternary C Axis</param>
4445
/// <param name="Domain">Sets the ternary domain</param>
4546
/// <param name="Sum">The number each triplet should sum to, and the maximum range of each axis</param>
47+
/// <param name="BGColor">Sets the background color of the ternary layout.</param>
4648
static member style
4749
(
4850
[<Optional; DefaultParameterValue(null)>] ?AAxis: LinearAxis,

0 commit comments

Comments
 (0)