Nevron .NET Vision
Nevron.Chart Namespace / NDataPoint Class / NDataPoint Constructor / NDataPoint Constructor(Double,String,NFillStyle,NStrokeStyle)
data point value
data point label
data point fill style
data point stroke style


In This Topic
    NDataPoint Constructor(Double,String,NFillStyle,NStrokeStyle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As System.Double, _
       ByVal label As System.String, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle _
    )
    'Usage
     
    
    Dim value As System.Double
    Dim label As System.String
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    Dim instance As New NDataPoint(value, label, fillStyle, strokeStyle)
    public NDataPoint( 
       System.double value,
       System.string label,
       NFillStyle fillStyle,
       NStrokeStyle strokeStyle
    )

    Parameters

    value
    data point value
    label
    data point label
    fillStyle
    data point fill style
    strokeStyle
    data point stroke style
    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