Skip to main content

Series.SeriesName Property

Gets the name of the series.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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