Skip to main content
All docs
V18.2

VisualRangeLengthSettings.Minutes Property

Sets the visual range’s length to the time interval measured in minutes. Available only for an axis/scale displaying date-time values.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(0)]
public int Minutes { get; set; }

Property Value

Type Default Description
Int32 0

An integer number that specifies the time interval in minutes.

Property Paths

You can access this nested property as listed below:

Object Type Path to Minutes
BootstrapChartArgumentAxis
See Also