Axis2DModel.VisibilityInPanes Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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