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


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

Syntax

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

See Also

© 2010 All Rights Reserved.