Back to Devexpress

ChartValueAxisTitleBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-9490bb58.md

latest2.7 KB
Original Source

ChartValueAxisTitleBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartValueAxisTitleBuilder :
    OptionsOwnerBuilder

The following members return ChartValueAxisTitleBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartValueAxisTitleBuilder

See Also

ChartValueAxisTitleBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace