Xceed Chart for WinForms v4.4 Documentation
Height Property (Chart)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Height Property
Controls the chart area height in model units.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the chart area height in model units")>
<CategoryAttribute("Dimensions")>
<DefaultValueAttribute()>
Public Property Height As Single
'Usage
 
Dim instance As Chart
Dim value As Single
 
instance.Height = value
 
value = instance.Height
[Description("Controls the chart area height in model units")]
[Category("Dimensions")]
[DefaultValue()]
public float Height {get; set;}
Remarks
By default set to 55.
Example
Increase the height of the chart:
Chart.Height = 57.0
Chart.Height = 57.0;
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

Reference

Chart Class
Chart Members