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


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

Syntax

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

Example

Remarks

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

See Also

© 2010 All Rights Reserved.