Series.SeriesName Property
In This Article
Gets the name of the series.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Chart |
A string that is the series name. |
#Remarks
The series name can be specified in the SeriesCollection.Add method.
See Also