Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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