corelibraries-devexpress-dot-xtracharts-0f44973b.md
Lists values that define the chart element’s visibility states.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ChartElementVisibility
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum ChartElementVisibility
| 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.
|
The following properties accept/return ChartElementVisibility values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | XYDiagramPaneBase.Visibility |
| WinForms Controls | XYDiagramPaneBaseModel.Visibility |
See Also