Chart::DefaultSize Property

.NET Framework (current version)
 

Gets the default control size.

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

protected:
property Size DefaultSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

A Size object that represents the default size of the control.

.NET Framework
Available since 4.0
Return to top
Show: