ActiveReports Developer 7
DataPoint Constructor
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class : DataPoint Constructor

Glossary Item Box

Initializes a new instance of the DataPoint class.

Overload List

OverloadDescription
DataPoint Constructor()Initializes a new instance of the DataPoint class.  
DataPoint Constructor(Object,DoubleArray,Boolean)Initializes a new instance of the DataPoint class with the parameters specified.  
DataPoint Constructor(Object,DoubleArray,Boolean,Boolean,String)Initializes a new instance of the DataPoint class with the parameters specified.  
DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties)Initializes a new instance of the DataPoint class with the parameters specified.  
DataPoint Constructor(Object,DoubleArray,Boolean,CustomProperties,Boolean,String)Initializes a new instance of the DataPoint class with the parameters specified.  

See Also