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

ChartPaletteColorizerBase.ShowInLegend Property

Specifies whether or not the colorizer should provide items to the chart’s legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowInLegend { get; set; }

Property Value

Type Description
Boolean

true if colorizer should provide items to the legend, otherwise false.

See Also