Back to Devexpress

ChartValueAxisMinVisualRangeLengthBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-7ae875b3.md

latest4.7 KB
Original Source

ChartValueAxisMinVisualRangeLengthBuilder Class

Provides methods that allow you to configure nested options of the client-side minVisualRangeLength object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartValueAxisMinVisualRangeLengthBuilder :
    OptionsOwnerBuilder

The following members return ChartValueAxisMinVisualRangeLengthBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartValueAxisMinVisualRangeLengthBuilder

See Also

ChartValueAxisMinVisualRangeLengthBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace