A newer version of this page is available.
Switch to the current version.
Legend.ItemVisibilityMode Property
Gets or sets the mode used to display custom and automatically generated items.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty]
public LegendItemVisibilityMode ItemVisibilityMode { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<XtraSerializableProperty>
Public Property ItemVisibilityMode As LegendItemVisibilityMode
Property Value
Type | Description |
---|---|
LegendItemVisibilityMode | A LegendItemVisibilityMode enumeration value. |
See Also
Feedback