ChartElementVisibility Enum
Lists values that define the chart element’s visibility states.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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