VisibilityInPaneCollection Class
A collection that stores panes on which the axis visibility can be specified.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
The Axis2D.VisibilityInPanes property returns an instance of VisibilityInPaneCollection.
#Remarks
The VisibilityInPaneCollection class represents a collection of VisibilityInPane objects that are used to specify the axis visibility on a pane. This collection is accessed via the Axis2D.VisibilityInPanes property.
#Examples
The following sample demonstrates how to show (hide) an axis for a particular pane of the XYDiagram2D object.
To accomplish this task for a specific Axis2D object, it is necessary to add the VisibilityInPane instance to the collection returned by the Axis2D.VisibilityInPanes property.
Then, bind its VisibilityInPane.Pane property to a particular pane (in which you want to show or hide this axis) and set the VisibilityInPane.Visible property to True or False, as appropriate.