Back to Devexpress

XRChart.Legend Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-18b0a44e.md

latest1.4 KB
Original Source

XRChart.Legend Property

Gets the chart control’s legend and provides access to its settings.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDescription
Legend

A Legend object that represents the chart control’s legend.

|

Remarks

For more information on the chart control’s legend see the Legend object ‘s description.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace