GenericPoint2D
StockSharp.Xaml.Charting.Model.DataSeries
Defines a generic base class for a Series Point, an internally used structure which contains transformed points to render Y-values on the RenderSurfaceBase
Implements: IPoint
Constructors
GenericPoint2D
public GenericPoint2D(double x, TY y)
genericPoint2D = GenericPoint2D(x, y)
Initializes a new instance of the GenericPoint2D class.
- x
- The x.
- y
- The y.