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/Chart2D.fs
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5155,6 +5155,7 @@ module Chart2D =
5155
5155
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5156
5156
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5157
5157
/// <paramname="TickWidth">Sets the width of the open/close tick marks relative to the "x" minimal interval.</param>
5158
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5158
5159
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5235
5244
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5236
5245
/// <paramname="TickWidth">Sets the width of the open/close tick marks relative to the "x" minimal interval.</param>
5246
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5237
5247
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5295
5307
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5296
5308
/// <paramname="TickWidth">Sets the width of the open/close tick marks relative to the "x" minimal interval.</param>
5309
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5297
5310
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5358
5373
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5359
5374
/// <paramname="WhiskerWidth">Sets the width of the whiskers relative to the box' width. For example, with 1, the whiskers are as wide as the box(es).</param>
5375
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5360
5376
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5436
5460
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5437
5461
/// <paramname="WhiskerWidth">Sets the width of the whiskers relative to the box' width. For example, with 1, the whiskers are as wide as the box(es).</param>
5462
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5438
5463
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
/// <paramname="DecreasingColor">Sets the color of decreasing values</param>
5496
5523
/// <paramname="Decreasing">Sets the style options of decreasing values (use this for more finegrained control than the other increasing-associated arguments).</param>
5497
5524
/// <paramname="WhiskerWidth">Sets the width of the whiskers relative to the box' width. For example, with 1, the whiskers are as wide as the box(es).</param>
5525
+
/// <paramname="ShowXAxisRangeSlider">Wether or not to show a rangeslider for the xaxis</param>
5498
5526
/// <paramname="UseDefaults">If set to false, ignore the global default settings set in `Defaults`</param>
0 commit comments