corelibraries-devexpress-dot-xtracharts-49e66491.md
Lists visibility modes of custom and automatically generated legend items.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum LegendItemVisibilityMode
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum LegendItemVisibilityMode
| Name | Description |
|---|---|
Default |
If a legend has custom items, then automatically generated items are not displayed.
|
| AutoGeneratedAndCustom |
The legend displays custom and automatically generated items together.
|
The following properties accept/return LegendItemVisibilityMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | LegendBase.ItemVisibilityMode |
| WinForms Controls | LegendBaseModel.ItemVisibilityMode |
See Also