Skip to main content
A newer version of this page is available. .
All docs
V22.2

VisualRangeLengthBuilder Class

Provides methods that allow you to configure the length of an axis range.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class VisualRangeLengthBuilder :
    OptionsOwnerBuilder

Remarks

Do not use this constructor explicitly. A new VizualRangeLengthBuilder class instance is created when you call the Length(Action<VisualRangeLengthBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
VisualRangeLengthBuilder
See Also