Axis2D.VisibilityInPanes Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[TypeConverter(typeof(LocalizableCollectionTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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.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