ChartObject.Legend Property
Provides access to a chart legend.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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