.netCHARTING v10.5 Documentation
Example 


Height Property (Chart)
Gets or sets the height of the chart image.
Syntax
'Declaration
 
Public Overrides Property Height As Unit
'Usage
 
Dim instance As Chart
Dim value As Unit
 
instance.Height = value
 
value = instance.Height
public override Unit Height {get; set;}
Example
Chart.Height = 350;
Chart.Height = Unit.Parse(350)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also