Back to Devexpress

ChartArgumentAxisTitleBuilder Class

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

latest2.8 KB
Original Source

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

The following members return ChartArgumentAxisTitleBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartArgumentAxisTitleBuilder

See Also

ChartArgumentAxisTitleBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace