| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal xValue As Object, _ ByVal yValues As DoubleArray, _ ByVal isEmpty As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DataPoint( object xValue, DoubleArray yValues, bool isEmpty ) | |
Parameters
- xValue
- Specifies the x value.
- yValues
- The y values for the DataPoint.
- isEmpty
- Specifies whether the DataPoint is empty.