Back to Devexpress

RadarGridLinesY Class

corelibraries-devexpress-dot-xtracharts-fa6b1ea2.md

latest1.2 KB
Original Source

RadarGridLinesY Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

See Also

RadarGridLinesY Members

DevExpress.XtraCharts Namespace