Axis2D.Visible Property
Gets or sets whether the axis is visible.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
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