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

VisualRangeLengthSettings Class

Defines the length of the date-time axis’ displayed range.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class VisualRangeLengthSettings :
    JsonProperties

The following members return VisualRangeLengthSettings objects:

Remarks

Assign the required range length to the VisualRangeLengthSettings class’ appropriate property. For examples, if the length is 15 days, set the VisualRangeLengthSettings.Days property to 15.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
VisualRangeLengthSettings
See Also