LegendBaseModel.ItemVisibilityMode Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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