Back to Devexpress

Axis2D.Visible Property

wpf-devexpress-dot-xpf-dot-charts-dot-axis2d-f3a91ff0.md

latest1.3 KB
Original Source

Axis2D.Visible Property

Gets or sets whether the axis is visible.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool? Visible { get; set; }
vb
Public Property Visible As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true if the axis is displayed; false if the axis is hidden; otherwise, null ( Nothing in Visual Basic).

|

Remarks

Use the Visible property to show or hide the X-axis and Y-axis in the diagram.

See Also

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace