This documentation is archived and is not being maintained.

DataPoint Constructor

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method DataPoint() Initializes a new instance of the DataPoint class.
Public method DataPoint(Series) Initializes a new instance of the DataPoint class, and sets the Series that the data point belongs to.
Public method DataPoint(Double, Double) Initializes a new instance of the DataPoint class with the specified X and Y-value.
Public method DataPoint(Double, array<Double>) Initializes a new instance of the DataPoint class with the specified X-value and an array of Y-values.
Public method DataPoint(Double, String) Initializes a new instance of the DataPoint class with the specified X-value and Y-values.
Top
Show: