XYDiagramPaneBase.Visibility Property
Specifies the pane’s visibility.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public ChartElementVisibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
ChartElementVisibility | The value that defines the pane title visibility. |
Available values:
Name | Description |
---|---|
Visible | The chart element is visible. |
Hidden | The chart element is invisible. The place for the chart element is reserved. |
Collapsed | The chart element is invisible. The place for the chart element is not reserved. |
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