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