Size Property (Chart)
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