Gets or sets the width of the entire chart image.
Chart width
| Visual Basic (Declaration) | |
|---|---|
Public Overrides Property Width As Unit  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public override Unit Width {get; set;}  | |
Return Value
A value that represents the width of the entire chart image, in pixels.
We enable browser sizing of a chart image.
| C# |  Copy Code | 
|---|---|
// Enable browser sizing of a chart image. | |
The width of the entire chart image, in pixels.
The width of the chart image can also be sized within the browser as a percentage of the client area of the browser. Use of scaling may distort the resulting chart image and it is not the recommended means of scaling a chart image.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family