Back to Devexpress

RadarGridLinesX Class

corelibraries-devexpress-dot-xtracharts-d5de9c22.md

latest1.3 KB
Original Source

RadarGridLinesX Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class RadarGridLinesX :
    GridLines
vb
Public NotInheritable Class RadarGridLinesX
    Inherits 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

Object ChartElement GridLines RadarGridLinesX

See Also

RadarGridLinesX Members

DevExpress.XtraCharts Namespace