Skip to main content

RadarAxisY.Visible Property

Specifies whether the axis is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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