ActiveReports 8
DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties,Boolean,String)
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties,Boolean,String)

xValue
Specifies the x value.
yValues
The y values for the DataPoint.
isEmpty
Specifies whether the DataPoint is empty.
properties
Specifies the custom properties for the DataPoint.
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.

Glossary Item Box

Initializes a new instance of the DataPoint class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xValue As System.Object, _
   ByVal yValues As DoubleArray, _
   ByVal isEmpty As System.Boolean, _
   ByVal properties As CustomProperties, _
   ByVal displayInLegend As System.Boolean, _
   ByVal legendText As System.String _
)
C# 
public DataPoint( 
   System.object xValue,
   DoubleArray yValues,
   System.bool isEmpty,
   CustomProperties properties,
   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.
properties
Specifies the custom properties for the DataPoint.
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also