Skip to main content
A newer version of this page is available. .

RadarGridLinesX Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public sealed class RadarGridLinesX :
    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