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

ILegendItemProvider.ShowInLegend Property

Returns the value that specifies whether a legend should show legend items which this object provides.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

bool ShowInLegend { get; }

Property Value

Type Description
Boolean

true if the legend should show items; otherwise false.

See Also