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


Gets or sets the padding or spacing of chart objects plotted on this ChartArea. This applies only to radar, pie, and gauge charts.

Syntax

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

Example

Remarks

To control column and cylinder spacing see link below.

See Also

© 2010 All Rights Reserved.