.netCHARTING v10.5 Documentation


Padding Property (ChartArea)
Gets or sets the padding or spacing of chart objects plotted on this ChartArea. This applies only to radar, pie, TreeMap, and gauge charts. When used with JSCharts, the value represents padding percentage from 0 - 100.
Syntax
'Declaration
 
Public Property Padding As Integer
'Usage
 
Dim instance As ChartArea
Dim value As Integer
 
instance.Padding = value
 
value = instance.Padding
public int Padding {get; set;}
Remarks
To control column and cylinder spacing see link below.
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