Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Axis.Visible Property

Gets or sets a value indicating whether the axis should be displayed.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true, if the axis is visible; otherwise, false. The default is true.

Remarks

Use the Visible property to control the visibility of an axis within a chart. Note that the Visible property also affects the visibility of axis elements, such as tick marks and labels.

See Also