XYDiagramPaneBaseModel.Visibility Property
Gets or sets the XYDiagramPaneBaseModel.Visibility property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public ChartElementVisibility Visibility { get; set; }
Property Value
| Type | Description | ||||||
|---|---|---|---|---|---|---|---|
| ChartElementVisibility |
|
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. |
See Also