Skip to main content

ChartObject.Legend Property

Provides access to a chart legend.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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