Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartObject.Legend Property

Provides access to a chart legend.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

Legend Legend { get; }

Property Value

Type Description
Legend

A Legend object that is the chart’s legend.

Remarks

Use the Legend property to hide the legend or change its position. When a legend is displayed, you can modify the individual legend entries by using a Legend.CustomEntries property.

See Also