Series::Name Property
.NET Framework (current version)
Gets or sets the unique name of a Series object.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property String^ Name { virtual String^ get() override; virtual void set(String^ value) override; }
The name of a data series must be unique; otherwise, an exception will be thrown.
This property can be used as the indexer when you retrieve a Series object from the SeriesCollection object.
If this property is set to a zero-length string, an exception will be thrown.
.NET Framework
Available since 4.0
Available since 4.0
Show: