ActiveReports 8
DataPoint Constructor(Object,DoubleArray,Boolean,Boolean,String)

Specifies the x value.
The y values for the DataPoint.
Specifies whether the DataPoint is empty.
Specifies whether the DataPoint information should be displayed in the legend.

Specifies the text as string to display for the DataPoint in the legend.

Initializes a new instance of the DataPoint class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal xValue As System.Object, _
   ByVal yValues As DoubleArray, _
   ByVal isEmpty As System.Boolean, _
   ByVal displayInLegend As System.Boolean, _
   ByVal legendText As System.String _
)
public DataPoint( 
   System.object xValue,
   DoubleArray yValues,
   System.bool isEmpty,
   System.bool displayInLegend,
   System.string legendText
)

Parameters

xValue
Specifies the x value.
yValues
The y values for the DataPoint.
isEmpty
Specifies whether the DataPoint is empty.
displayInLegend
Specifies whether the DataPoint information should be displayed in the legend.
legendText

Specifies the text as string to display for the DataPoint in the legend.

See Also

Reference

DataPoint Class
DataPoint Members
Overload List

Support Forum