Back to Devexpress

ChartArgumentAxisMinorTickIntervalBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-4ed8fe42.md

latest4.7 KB
Original Source

ChartArgumentAxisMinorTickIntervalBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartArgumentAxisMinorTickIntervalBuilder :
    OptionsOwnerBuilder

The following members return ChartArgumentAxisMinorTickIntervalBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartArgumentAxisMinorTickIntervalBuilder

See Also

ChartArgumentAxisMinorTickIntervalBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace