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

LegendEntryCollection Interface

A collection that stores customized legend entries for a series in the chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public interface LegendEntryCollection :
    ISimpleCollection<LegendEntry>,
    IEnumerable<LegendEntry>,
    IEnumerable,
    ICollection

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