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


Gets or sets a numeric value between 0 and 100 that indicates the percentage of the full funnel height that comprises the funnel's nozzle.

Syntax

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

See Also

© 2010 All Rights Reserved.