Version

SetSize(Int32,Int32) Method

Sets the size of the chart within the chart core and all layers.
Syntax
'Declaration
 
Public Sub SetSize( _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void SetSize( 
   int width,
   int height
)

Parameters

width
The new width of the chart.
height
The new height of the chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also