A newer version of this page is available.
Switch to the current version.
XYDiagramPaneBase.Visibility Property
Specifies the pane's visibility.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public ChartElementVisibility Visibility { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<XtraSerializableProperty>
Public Property Visibility As ChartElementVisibility
Property Value
Type | Description |
---|---|
ChartElementVisibility | The value that defines the pane title visibility. |
Remarks
The Visibility property can have the following values:
Value | Description |
---|---|
Visible (default value) | The pane is visible. |
Hidden | The pane is invisible. The place for the pane is reserved. |
Collapsed | The pane is invisible. The place for the pane is not reserved. Only the pane title is shown. |
See Also
Feedback