Back to Devexpress

PolarChartValueAxisMinorTickBuilder Class

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

latest3.2 KB
Original Source

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

The following members return PolarChartValueAxisMinorTickBuilder objects:

Show 11 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartValueAxisMinorTickBuilder

See Also

PolarChartValueAxisMinorTickBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace