Back to Devexpress

PolarChartArgumentAxisMinorGridBuilder Class

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

latest2.9 KB
Original Source

PolarChartArgumentAxisMinorGridBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartArgumentAxisMinorGridBuilder :
    OptionsOwnerBuilder

The following members return PolarChartArgumentAxisMinorGridBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder PolarChartArgumentAxisMinorGridBuilder

See Also

PolarChartArgumentAxisMinorGridBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace