Back to Devexpress

RangeSelectorChartValueAxisBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-2a844e90.md

latest3.2 KB
Original Source

RangeSelectorChartValueAxisBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class RangeSelectorChartValueAxisBuilder :
    OptionsOwnerBuilder

The following members return RangeSelectorChartValueAxisBuilder objects:

Show 11 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder RangeSelectorChartValueAxisBuilder

See Also

RangeSelectorChartValueAxisBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace