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

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

Declaration

bool ShowInLegend { get; }

Property Value

Type Description
Boolean

true if the legend should show items; otherwise false.

See Also