Back to Devexpress

ChartPaletteColorizerBase.ShowInLegend Property

corelibraries-devexpress-dot-xtracharts-dot-chartpalettecolorizerbase-768cbab1.md

latest1.3 KB
Original Source

ChartPaletteColorizerBase.ShowInLegend Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowInLegend { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ShowInLegend As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChartPaletteColorizerBase Class

ChartPaletteColorizerBase Members

DevExpress.XtraCharts Namespace