Back to Devexpress

ChartValueAxisBreakStyleBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-8668ad53.md

latest2.3 KB
Original Source

ChartValueAxisBreakStyleBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartValueAxisBreakStyleBuilder :
    OptionsOwnerBuilder

The following members return ChartValueAxisBreakStyleBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartValueAxisBreakStyleBuilder

See Also

ChartValueAxisBreakStyleBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace