Back to Devexpress

Series.SeriesName Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-b2115288.md

latest1.3 KB
Original Source

Series.SeriesName Property

Gets the name of the series.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ChartText SeriesName { get; }
vb
ReadOnly Property SeriesName As ChartText

Property Value

TypeDescription
ChartText

A string that is the series name.

|

Remarks

The series name can be specified in the SeriesCollection.Add method.

See Also

Add

Series Interface

Series Members

DevExpress.Spreadsheet.Charts Namespace