dotnetCHARTING Send comments on this topic.
HeightPercentage Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : HeightPercentage Property


Gets or sets a value that specifies what percentage of the full height available for ChartAreas this ChartArea will occupy.

Syntax

Visual Basic (Declaration) 
Public Property HeightPercentage As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Integer
 
instance.HeightPercentage = value
 
value = instance.HeightPercentage
C# 
public int HeightPercentage {get; set;}

Example

Remarks

Values range from 0 to 100. This property should be used with multiple vertical chart area charts.

See Also

© 2010 All Rights Reserved.