Back to Devexpress

Axis2D.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-12d9cefc.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
public bool Visible { get; set; }
vb
<Obsolete("This property is obsolete now. Use the Visibility property instead.")>
<Browsable(False)>
Public Property Visible As Boolean

Property Value

TypeDescription
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

VisibilityInPanes

SetVisibilityInPane(Boolean, XYDiagramPaneBase)

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace