Back to Devexpress

ChartValueAxisStripStyleLabelBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-0363bb3a.md

latest2.2 KB
Original Source

ChartValueAxisStripStyleLabelBuilder 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 ChartValueAxisStripStyleLabelBuilder :
    OptionsOwnerBuilder

The following members return ChartValueAxisStripStyleLabelBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartValueAxisStripStyleLabelBuilder

See Also

ChartValueAxisStripStyleLabelBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace