ActiveReports 9
DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties)

Specifies the x value.
The y values for the DataPoint.
Specifies whether the DataPoint is empty.
Specifies the custom properties for the DataPoint.
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 properties As CustomProperties _
)
public DataPoint( 
   System.object xValue,
   DoubleArray yValues,
   System.bool isEmpty,
   CustomProperties properties
)

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.
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

Reference

DataPoint Class
DataPoint Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum