property Serie.Name as String
Specifies the name of the chart serie which is visible in the legend

TypeDescription
String Indicates the name of the chart serie which is visible in the legend.
The Name property is equivalent with the Name parameter of the Add method. The Key property of the serie defines the identifier of the serie. The Type property specifies the type of the serie (the way the data is represented). The Remove method removes a specific member from the Series collection, giving its identifier. The Clear method clears all series of the control. The Item property seturns a specific Serie of the Series collection, giving its identifier. Use the Position property retrieves or sets a value that indicates the position of the serie.