Skip to main content

RadarGridLinesY Class

The Radar (Polar) diagram’s Y-axis grid lines settings storage.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public sealed class RadarGridLinesY :
    GridLines

Remarks

Ususally, you should not cast AxisBase.GridLines property to this class because it provides the required behavior to the axis’s gridlines and does not contain any specific settings.

Inheritance

See Also