Skip to main content
All docs
V25.1
  • LegendBaseModel.ItemVisibilityMode Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.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