Series.SeriesName Property
Gets the name of the series.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
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