ChartArea Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the ChartArea class with the specified chart area name.

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

public:
ChartArea(
	String^ name
)

Parameters

name
Type: System::String^

The name for the new ChartArea object.

.NET Framework
Available since 4.0
Return to top
Show: