Back to Devexpress

Axis2D.VisibilityInPanes Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-5a9ad52c.md

latest2.3 KB
Original Source

Axis2D.VisibilityInPanes Property

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

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public IDictionary VisibilityInPanes { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public ReadOnly Property VisibilityInPanes As IDictionary

Property Value

TypeDescription
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 onlyThe 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

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace