Back to Devexpress

ChartArgumentAxisMinorTickBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-750c17e1.md

latest3.4 KB
Original Source

ChartArgumentAxisMinorTickBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartArgumentAxisMinorTickBuilder :
    OptionsOwnerBuilder

The following members return ChartArgumentAxisMinorTickBuilder objects:

Show 13 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartArgumentAxisMinorTickBuilder

See Also

ChartArgumentAxisMinorTickBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace