Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool GetVisibilityInPane(
    XYDiagramPaneBase pane
)

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