Skip to main content

ChartElementVisibility Enum

Lists values that define the chart element’s visibility states.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v26.1.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ChartElementVisibility

Members

Name Description
Visible

The chart element is visible.

Hidden

The chart element is not visible.

Collapsed

The chart element is not visible. The element’s title with an expand/collapse button is displayed.

Related API Members

The following properties accept/return ChartElementVisibility values:

Library Related API Members
Cross-Platform Class Library XYDiagramPaneBase.Visibility
WinForms Controls XYDiagramPaneBaseModel.Visibility
See Also