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

Axis2DModel.VisibilityInPanes Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public IDictionary VisibilityInPanes { get; }

Property Value

Type Description
IDictionary

An object implementing the IDictionary interface, where a pane is the key and axis visibility on this pane is the value.

See Also