LegendEntryCollection Interface
A collection that stores customized legend entries for a series in the chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface LegendEntryCollection :
ISimpleCollection<LegendEntry>,
IEnumerable<LegendEntry>,
IEnumerable,
ICollection
Related API Members
The following members return LegendEntryCollection objects:
Remarks
To change properties of a specific legend entry, add an item to the LegendEntryCollection at the index that is equal to the index of the selected entry, using the LegendEntryCollection.Add method. The LegendEntry object obtained allows you to change properties of the legend entry associated with the selected data point.
See Also