Skip to main content
A newer version of this page is available. .

ChartElementVisibility Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.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 invisible. The place for the chart element is reserved.

Collapsed

The chart element is invisible. The place for the chart element is not reserved.

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