.netCHARTING v10.5 Documentation
Example 


Width Property (Chart)
Gets or sets the width of the chart image.
Syntax
'Declaration
 
Public Overrides Property Width As Unit
'Usage
 
Dim instance As Chart
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
public override Unit Width {get; set;}
Example
Chart.Width = 600;
Chart.Width = Unit.Parse(600)
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