Chart.Height Property

Gets or sets the height, in pixels, of the chart image.

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

Syntax

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

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

Property Value

Type: System.Int32
The chart height.

See Also

Reference

Chart Class

System.Web.Helpers Namespace