Back to Devexpress

XRChart.Legends Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-9cea2fce.md

latest1.1 KB
Original Source

XRChart.Legends Property

Returns a collection of additional legends.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatElements)]
public LegendCollection Legends { get; }
vb
<SRCategory(ReportStringId.CatElements)>
Public ReadOnly Property Legends As LegendCollection

Property Value

TypeDescription
LegendCollection

A LegendCollection object.

|

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace