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

VizRangeLengthBuilder 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 VizRangeLengthBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new VizRangeLengthBuilder class instance is created when you call the Length(Action<VizRangeLengthBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
VizRangeLengthBuilder
See Also