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

RadarAxisY.TopLevel Property

Specifies whether the radial axis should be drawn on the front of a diagram above all series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public bool TopLevel { get; set; }

Property Value

Type Description
Boolean

true if the RadarDiagram.AxisY is positioned above all series on a diagram; otherwise, false.

Remarks

Use this property to bring the RadarDiagram.AxisY to front if it is covered with opaque chart elements.

See Also