ChartNamedElementCollection<T>::NamePrefix Property

.NET Framework (current version)
 

Gets the name prefix that is used to create unique chart element names.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

protected:
property String^ NamePrefix {
	virtual String^ get();
}

Property Value

Type: System::String^

A string value that represents the default name prefix of the chart elements stored in the collection.

.NET Framework
Available since 4.0
Return to top
Show: