Back to Devexpress

LegendBase.ItemVisibilityMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-legendbase-a3fce36d.md

latest2.3 KB
Original Source

LegendBase.ItemVisibilityMode Property

Gets or sets the mode used to display custom and automatically generated items.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public LegendItemVisibilityMode ItemVisibilityMode { get; set; }
vb
Public Property ItemVisibilityMode As LegendItemVisibilityMode

Property Value

TypeDescription
LegendItemVisibilityMode

A LegendItemVisibilityMode enumeration value.

|

Available values:

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 code snippet (auto-collected from DevExpress Examples) contains a reference to the ItemVisibilityMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-charts-add-custom-legend-item-to-legend/CS/CustomLegendItemSample/MainWindow.xaml#L24

xml
<dxc:ChartControl.Legend>
    <dxc:Legend ItemVisibilityMode="AutoGeneratedAndCustom">
        <dxc:Legend.CustomItems>

See Also

LegendBase Class

LegendBase Members

DevExpress.Xpf.Charts Namespace