Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

bool ShowInLegend { get; }

Property Value

Type Description
Boolean

true if the legend should show items; otherwise false.

See Also