Chart.Width Property

Gets or set the width, in pixels, of the chart image.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property Width As Integer 
    Get
'Usage
Dim instance As Chart 
Dim value As Integer 

value = instance.Width
public int Width { get; }
public:
property int Width {
    int get ();
}
member Width : int
function get Width () : int

Property Value

Type: System.Int32
The chart width.

See Also

Reference

Chart Class

System.Web.Helpers Namespace