Axis2D.GetVisibilityInPane(XYDiagramPaneBase) Method
Returns a value that specifies whether or not an axis is visible on the panes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pane | XYDiagramPaneBase | An XYDiagramPaneBase class descendant that represents a pane object. |
Returns
| Type | Description |
|---|---|
| Boolean | Returns a value indicating whether or not an axis is visible in the specified pane. |
See Also