Skip to main content

Axis2D.Visible Property

OBSOLETE

This property is obsolete now. Use the Visibility property instead.

Specifies whether the axis is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the axis is visible; otherwise, false.

Remarks

Use the Visible property to control the overall visibility of an axis within a chart’s diagram.

To control an axis’ visibility in different panes, use the Axis2D.VisibilityInPanes property (or, the Axis2D.SetVisibilityInPane method).

Note that the Visible property doesn’t affect the visibility of axis elements: grid lines, constant lines and strips.

See Also