Overload | Description |
---|---|
DataPoint Constructor() | Initializes a new instance of the DataPoint class. |
DataPoint Constructor(Double,Double) | Initializes a new instance of the DataPoint class using the specified X and Y double values. |
DataPoint Constructor(Double,Double,String) | Initializes a new instance of the DataPoint class using the specified X and Y double values and label. |