corelibraries-devexpress-dot-xtracharts-dot-axis2d-12d9cefc.md
This property is obsolete now. Use the Visibility property instead.
Specifies whether the axis is visible.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
public bool Visible { get; set; }
<Obsolete("This property is obsolete now. Use the Visibility property instead.")>
<Browsable(False)>
Public Property Visible As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the axis is visible; otherwise, false.
|
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