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

Axis2D.SetVisibilityInPane(Boolean, XYDiagramPaneBase) Method

Specifies panes in which an axis should be visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void SetVisibilityInPane(
    bool visible,
    XYDiagramPaneBase pane
)

Parameters

Name Type Description
visible Boolean

true if the axis should be visible in the pane; otherwise, false.

pane XYDiagramPaneBase

An XYDiagramPaneBase class descendant, that represents a pane object.

Remarks

Use the SetVisibilityInPane method to set the Axis2D.VisibilityInPanes property at runtime, because accessing the Axis2D.VisibilityInPanes property at runtime will cause an exception.

Note that if the Axis2D.Visible property of an axis is disabled, using the SetVisibilityInPane method has no effect, since the Axis2D.VisibilityInPanes property is ignored.

See Also