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

BootstrapChartArgumentAxis.VisualRangeLengthSettings Property

OBSOLETE

Use the VisualRangeSettings.NumericAxis.Length or VisualRangeSettings.DateAxis.Length properties instead.

Specifies the length of an axis’ displayed range.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
[Obsolete("Use the VisualRangeSettings.NumericAxis.Length or VisualRangeSettings.DateAxis.Length properties instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public VisualRangeLengthSettings VisualRangeLengthSettings { get; }

Property Value

Type Description
VisualRangeLengthSettings

An integer number (for numeric axes) or an object of the VisualRangeLengthSettings class (for date-time axes).

Remarks

If the axis/scale displays numbers, set this property to a required number (length).

If the axis/scale displays date-time values, assign the required length to the VisualRangeLengthSettings instance’s appropriate property. For example, if the length is 15 days, set the VisualRangeLengthSettings.Days property to 15.

See Also