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