Series.SeriesName Property
Gets the name of the series.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ChartText | A string that is the series name. |
Remarks
The series name can be specified in the SeriesCollection.Add method.
See Also