Axis2D.VisibilityInPanes Property
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public IDictionary VisibilityInPanes { get; }
#Property Value
Type | Description |
---|---|
IDictionary | An object implementing the IDictionary interface that is a collection of panes in which an axis should be visible. |
#Remarks
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.
See Also