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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[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