'Declaration Public Overloads Sub AddPoint( _ ByVal y As Double, _ ByVal x As Double, _ ByVal z As Double, _ ByVal label As String _ )
'Usage Dim instance As PointSeries Dim y As Double Dim x As Double Dim z As Double Dim label As String instance.AddPoint(y, x, z, label)
Parameters
- y
- y coordinate
- x
- x coordinate
- z
- z coordinate
- label
- point label