Back to Devexpress

PolarChartArgumentAxisMinorTickBuilder Class

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

latest3.6 KB
Original Source

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

The following members return PolarChartArgumentAxisMinorTickBuilder objects:

Show 13 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartArgumentAxisMinorTickBuilder

See Also

PolarChartArgumentAxisMinorTickBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace