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

XRChart.Legends Property

Returns a collection of additional legends.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatElements)]
public LegendCollection Legends { get; }

Property Value

Type Description
LegendCollection

A LegendCollection object.

See Also