.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : HeightPercentage Property
HeightPercentage Property
Gets or sets a value that specifies what percentage of the full height available for ChartAreas this ChartArea will occupy.
Syntax
'Declaration
 
Public Property HeightPercentage As Integer
'Usage
 
Dim instance As ChartArea
Dim value As Integer
 
instance.HeightPercentage = value
 
value = instance.HeightPercentage
public int HeightPercentage {get; set;}
Remarks
Values range from 0 to 100. This property should be used with multiple vertical chart area charts.
Example
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