Skip to main content

XRChart.Legends Property

Returns a collection of additional legends.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
LegendCollection

A LegendCollection object.

See Also