LegendEntryCollection.Add(Int32) Method
In This Article
Creates a new entry and adds it to the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
LegendEntry Add(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that is the index of the legend entry. |
#Returns
Type | Description |
---|---|
Legend |
A Legend |
See Also