Sets a string that automatically sets the Height and Width of the chart image.
[Visual Basic]
Public WriteOnly Property Size( _
ByVal value As String _
)
[C#]
public void Size(
string value
); {set;}
This property accepts a string formatted as "WidthXHeight".
[C#]
Chart.Size = "640X480"; |
[Visual Basic]
Chart.Size = "640X480" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.