Skip to main content
A newer version of this page is available.
All docs
V18.2

BootstrapChartAxisSettings.VisualRangeStart Property

Coupled with the BootstrapChartAxisSettings.VisualRangeEnd 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.v18.2.dll

Declaration

[DefaultValue(null)]
public object VisualRangeStart { get; set; }

Property Value

Type Default Description
Object *null*

An object that specifies the minimum value.

Remarks

The VisualRangeStart and BootstrapChartAxisSettings.VisualRangeEnd options specify custom limits for the value axis, thus focusing the widget on a specific chart segment. These options equal to the minimum and maximum values on the axis, by default.

See Also