Back to Devexpress

LegendEntryCollection Interface

officefileapi-devexpress-dot-spreadsheet-dot-charts-64045f00.md

latest1.8 KB
Original Source

LegendEntryCollection Interface

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

Declaration

csharp
public interface LegendEntryCollection :
    ISimpleCollection<LegendEntry>,
    IEnumerable<LegendEntry>,
    IEnumerable,
    ICollection
vb
Public Interface LegendEntryCollection
    Inherits ISimpleCollection(Of LegendEntry),
             IEnumerable(Of LegendEntry),
             IEnumerable,
             ICollection

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

LegendEntryCollection Members

DevExpress.Spreadsheet.Charts Namespace