public NDataPoint( System.double value, System.string label, NFillStyle fillStyle, NStrokeStyle strokeStyle )
'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)
Parameters
- value
- label
- fillStyle
- strokeStyle