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


Gets or sets a value that indicates the spacing percentage of nested pies.

Syntax

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

See Also

© 2010 All Rights Reserved.