Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Series.SeriesName Property

Gets the name of the series.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ChartText SeriesName { get; }

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