Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/FSharp.Charting.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3726,7 +3726,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -3752,7 +3752,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -3777,7 +3777,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -3802,7 +3802,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand Down Expand Up @@ -4075,7 +4075,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -4102,7 +4102,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -4127,7 +4127,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand All @@ -4153,7 +4153,7 @@ namespace FSharp.Charting
/// <param name="Enabled">If false, disables the axis</param>
/// <param name="Title">The title of the axis</param>
/// <param name="Max">The maximum value for the axis</param>
/// <param name="Max">The minimum value for the axis</param>
/// <param name="Min">The minimum value for the axis</param>
/// <param name="Log">The axis scale is logarithmic</param>
/// <param name="ArrowStyle">The arrow style for the axis</param>
/// <param name="LabelStyle">The label style for the axis</param>
Expand Down