See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

value
See Also Languages dotnetCHARTING Send comments on this topic.

Size Property

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;}

Parameters

value

Return Type

This property accepts a string formatted as "WidthXHeight".

Example

[C#] 

Chart.Size = "640X480";

[Visual Basic] 

Chart.Size = "640X480"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.