RadarAxisY.Visible Property
Specifies whether the axis is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the axis is visible; otherwise, false. |
Remarks
Use the Visible property to show or hide the Y-axis for Radar and Polar series views. Note that when the axis is invisible, its grid lines, constant lines and strips will still be visible. To hide them you should manually set their Visible property values to false.
See Also