'DeclarationPublic Function New( _ ByVal value As System.Double, _ ByVal label As System.String, _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle _ )
'UsageDim 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
 - label
 - fillStyle
 - strokeStyle