Gets or sets the width of the chart image.
[Visual Basic]
Overrides Public Property Width As Unit
[C#]
public override Unit Width {get; set;}
[C#]
Chart.Width = 600; |
[Visual Basic]
Chart.Width = Unit.Parse(600) |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.