Point2D
StockSharp.Xaml.Charting.Model.DataSeries
A struct representing a 2D point
实现: IPoint
构造函数
Point2D(double, double)
Initializes a new instance of the Point2D struct.
- x
- The x value.
- y
- The y value.
方法
ToString() : string
Returns a String that represents this instance.
返回值: A String that represents this instance.