Skip to main content

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

public class PolarChartValueAxisMinorTickBuilder :
    OptionsOwnerBuilder

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