corelibraries-devexpress-dot-xtracharts-dot-axis2d-5a9ad52c.md
Gets a list of panes in which to display the current axis.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public IDictionary VisibilityInPanes { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public ReadOnly Property VisibilityInPanes As IDictionary
| Type | Description |
|---|---|
| IDictionary |
An object implementing the IDictionary interface that is a collection of panes in which an axis should be visible.
|
The following images demonstrate the VisibilityInPanes property in action.
| The X-axis is shown in the second pane only | The X-axis is shown in both panes |
|---|---|
if the Axis2D.Visibility property of an axis is disabled, its VisibleInPanes property is ignored.
Note
This property can only be accessed at design time.
At runtime, the Axis2D.GetVisibilityInPane and Axis2D.SetVisibilityInPane methods should be used.
See Also