Skip to main content
All docs
V23.2

LegendBaseModel.ItemVisibilityMode Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public LegendItemVisibilityMode ItemVisibilityMode { get; set; }

Property Value

Type
LegendItemVisibilityMode

Available values:

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.

See Also