dotnetCHARTING Send comments on this topic.
Width Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : Width Property


Gets or sets the width of the chart image.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
public override Unit Width {get; set;}

Example

C#Copy Code
Chart.Width = 600;
    
Visual BasicCopy Code
Chart.Width = Unit.Parse(600)

See Also

Reference

Chart Class
Chart Members
Base Implementation in System.Web.UI.WebControls.WebControl

© 2010 All Rights Reserved.