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

Axis2D.VisibilityInPanes Property

Gets a list of panes in which to display the current axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[NonTestableProperty]
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
VisibleInPanes_0 VisibleInPanes_1

if the Axis2D.Visible 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