Initializes a new instance of the DataPoint class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal xValue As Object, _
ByVal yValues As DoubleArray, _
ByVal isEmpty As Boolean, _
ByVal properties As CustomProperties _
)
[C#]
public DataPoint(
object xValue,
DoubleArray yValues,
bool isEmpty,
CustomProperties properties
);
DataPoint Class | DataPoint Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.