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


Gets or sets a numeric value between 0 and 100 that indicates the percentage of the funnel's spacing.

Syntax

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

See Also

© 2010 All Rights Reserved.