Skip to main content

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

NuGet Package: DevExpress.Charts

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