Creates and initializes a new instance of the DataPoint class.
Creates a new instance of the DataPoint class.
Overload | Description |
---|---|
DataPoint Constructor() | Data Point object constructor. |
DataPoint Constructor(Double,Double) |
Creates and initializes a new instance of the DataPoint class, using an X and Y-value. Data Point object constructor. |
DataPoint Constructor(Double,String) |
Creates and initializes a new instance of the DataPoint class, using X and multiple Y-values. Data Point object constructor. |
DataPoint Constructor(Series) |
Creates and initializes a new instance of the DataPoint class, and sets the Series that the data point belongs to. Data Point object constructor. |
This constructor can be used to create and initialize a new instance of the DataPoint class.
However, we highly recommend adding data points at run-time using the Points collection property instead.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family