Skip to main content

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