ChartNamedElement::Name Property

.NET Framework (current version)
 

Gets or sets the name of the chart element.

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

public:
property String^ Name {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A string value that represents the name of the chart element.

.NET Framework
Available since 4.0
Return to top
Show: