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


Gets or sets the spacing percentage of pyramids, cones, and funnels with ChartType.Multiple .

Syntax

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

See Also

© 2010 All Rights Reserved.