VisualRangeLengthBuilder Class
In This Article
Provides methods that allow you to configure the length of an axis range.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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