DataPoint Constructor(Object,DoubleArray,Boolean)
In This Topic
Initializes a new instance of the DataPoint class with the parameters specified.
Syntax
Parameters
- xValue
- Specifies the x value.
- yValues
- The y values for the DataPoint.
- isEmpty
- Specifies whether the DataPoint is empty.
See Also