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.

Properties

X
public double X { get; }
value = genericPoint2D.X

Gets the X-Value

Y
public double Y { get; }
value = genericPoint2D.Y

Gets the Y-value

YValues
public TY YValues { get; }
value = genericPoint2D.YValues

Gets the Y values.