Back to Devexpress

LegendItemVisibilityMode Enum

wpf-devexpress-dot-xpf-dot-charts-bbf8d5dc.md

latest1.1 KB
Original Source

LegendItemVisibilityMode Enum

Lists visibility modes of custom and automatically generated legend items.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum LegendItemVisibilityMode
vb
Public Enum LegendItemVisibilityMode

Members

NameDescription
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:

See Also

DevExpress.Xpf.Charts Namespace