Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

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

See Also