Legend::Name Property

.NET Framework (current version)
 

Gets or sets the name of the legend.

Namespace:   System.Windows.Forms.DataVisualization.Charting
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;
}

Property Value

Type: System::String^

A string value that represents the name of the legend.

.NET Framework
Available since 4.0
Return to top
Show: