A newer version of this page is available.
Switch to the current version.
XRChart.Legend Property
Gets the chart control's legend and provides access to its settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatElements)]
public Legend Legend { get; }
<SRCategory(ReportStringId.CatElements)>
Public ReadOnly Property Legend As Legend
Property Value
Type | Description |
---|---|
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
Feedback