Skip to main content
All docs
V18.2

VisualRangeLengthSettings.Weeks Property

Sets the visual range’s length to the time interval measured in weeks. 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 Weeks { get; set; }

Property Value

Type Default Description
Int32 0

An integer number that specifies the time interval in weeks.

Property Paths

You can access this nested property as listed below:

Object Type Path to Weeks
BootstrapChartArgumentAxis
See Also