Skip to main content

LegendSupportColorizerBase.ShowInLegend Property

Gets or sets a value that indicates whether to show colorizer based legend items in the legend.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

true, if these items should be shown; otherwise, false.

See Also