Skip to main content

Axis2D.Visible Property

Gets or sets whether the axis is visible.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool? Visible { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true if the axis is visible; otherwise, false.

#Remarks

Use the Visible property to show or hide either the x-axis or y-axis within a chart's diagram.

When an axis is hidden, its grid lines are still visible. To hide them, disable their Visible property.

See Also