officefileapi-devexpress-dot-spreadsheet-dot-charts-64045f00.md
A collection that stores customized legend entries for a series in the chart.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public interface LegendEntryCollection :
ISimpleCollection<LegendEntry>,
IEnumerable<LegendEntry>,
IEnumerable,
ICollection
Public Interface LegendEntryCollection
Inherits ISimpleCollection(Of LegendEntry),
IEnumerable(Of LegendEntry),
IEnumerable,
ICollection
The following members return LegendEntryCollection objects:
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