BootstrapRangeSelectorChartValueAxis.MinValue Property
Coupled with the BootstrapRangeSelectorChartValueAxis.MaxValue option, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | An object that specifies the minimum value. |
Remarks
The MinValue and BootstrapRangeSelectorChartValueAxis.MaxValue options specify custom limits for the value axis, thus focusing the widget on a specific chart segment. These options equal the minimum and maximum values on the axis, by default.
See Also