ActiveReports 12
DataPoint Constructor(Object,DoubleArray,Boolean)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Object,DoubleArray,Boolean)
Specifies the x value.
The y values for the DataPoint.
Specifies whether the DataPoint is empty.
Initializes a new instance of the DataPoint class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal xValue As Object, _
   ByVal yValues As DoubleArray, _
   ByVal isEmpty As Boolean _
)
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.
See Also

Reference

DataPoint Class
DataPoint Members
Overload List