Chart::Size Property

.NET Framework (current version)
 

Gets or sets the size of the Chart control.

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

public:
[BindableAttribute(true)]
property Size Size {
	Size get();
	void set(Size value);
}

Property Value

Type: System.Drawing::Size

A Size object that represents the size of the control.

.NET Framework
Available since 4.0
Return to top
Show: