This documentation is archived and is not being maintained.
DataPoint Constructor
Visual Studio 2010
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataPoint() | Initializes a new instance of the DataPoint class. |
|
DataPoint(Series) | Initializes a new instance of the DataPoint class, and sets the Series that the data point belongs to. |
|
DataPoint(Double, Double) | Initializes a new instance of the DataPoint class with the specified X and Y-value. |
|
DataPoint(Double, array<Double>) | Initializes a new instance of the DataPoint class with the specified X-value and an array of Y-values. |
|
DataPoint(Double, String) | Initializes a new instance of the DataPoint class with the specified X-value and Y-values. |
Show: