.netCHARTING v10.5 Documentation
Example 


Size Property (Chart)
Sets a string that automatically sets the Height and Width of the chart image.
Syntax
'Declaration
 
Public WriteOnly Property Size As String
'Usage
 
Dim instance As Chart
 
instance.Size = value
public string Size {set;}

Property Value

This property accepts a string formatted as "WidthXHeight".
Example
Chart.Size = "640X480";
Chart.Size = "640X480"
Requirements

Target Platforms: 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