Back to Devexpress

PolarChartValueAxisLabelBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-bd72c030.md

latest3.9 KB
Original Source

PolarChartValueAxisLabelBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartValueAxisLabelBuilder :
    OptionsOwnerBuilder

The following members return PolarChartValueAxisLabelBuilder objects:

Show 15 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartValueAxisLabelBuilder

See Also

PolarChartValueAxisLabelBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace