Nevron .NET Vision
Nevron.Chart Namespace / NFunnelDataPoint Class / NFunnelDataPoint Constructor / NFunnelDataPoint Constructor(Double,Double,String)
funnel value
x size
data point label


In This Topic
    NFunnelDataPoint Constructor(Double,Double,String)
    In This Topic
    Creates a funnel data point.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As System.Double, _
       ByVal xsize As System.Double, _
       ByVal label As System.String _
    )
    'Usage
     
    
    Dim value As System.Double
    Dim xsize As System.Double
    Dim label As System.String
     
    Dim instance As New NFunnelDataPoint(value, xsize, label)
    public NFunnelDataPoint( 
       System.double value,
       System.double xsize,
       System.string label
    )

    Parameters

    value
    funnel value
    xsize
    x size
    label
    data point label
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also