.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : WidthPercentage Property
WidthPercentage Property

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

Syntax
'Declaration
 
Public Property WidthPercentage As Integer
'Usage
 
Dim instance As ChartArea
Dim value As Integer
 
instance.WidthPercentage = value
 
value = instance.WidthPercentage
public int WidthPercentage {get; set;}
Remarks
Values range from 0 to 100. This property should be used with multiple horizontal 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