dotnetCHARTING Send comments on this topic.
ChartAreaSpacing Property
See Also 
dotnetCHARTING Namespace > Chart Class : ChartAreaSpacing Property


Gets or sets a value in pixels that defines the spacing between boxes like chart areas and legends.

Syntax

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

See Also

© 2010 All Rights Reserved.