Skip to main content
A newer version of this page is available. .

BootstrapChartAxisSettings.WholeRangeStart Property

Specifies a start value of a range where an axis can be zoomed and panned.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

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

Property Value

Type Default Description
Object *null*

An object specifying the start range value.

Remarks

To specify the end range value, use the BootstrapChartAxisSettings.WholeRangeEnd property.

See Also