See Also

DataPoint Class  | DataPoint Members  | Overload List

Language

Visual Basic

C#

Show All

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.

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties,Boolean,String)

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, _    ByVal displayInLegend As Boolean, _    ByVal legendText As String _ )
[C#]
public DataPoint(    object xValue,    DoubleArray yValues,    bool isEmpty,    CustomProperties properties,    bool displayInLegend,    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.

See Also

DataPoint Class  | DataPoint Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.