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

BootstrapChartAxisSettings.WholeRangeEnd Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Object *null*

An object specifying the end range value.

Remarks

To specify the start range value, use the BootstrapChartAxisSettings.WholeRangeStart property.

See Also