Back to Devexpress

PolarChartArgumentAxisMinorTickIntervalBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-79c8c118.md

latest5.0 KB
Original Source

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

The following members return PolarChartArgumentAxisMinorTickIntervalBuilder objects:

Show 19 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartArgumentAxisMinorTickIntervalBuilder

See Also

PolarChartArgumentAxisMinorTickIntervalBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace