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.

Свойства

X : double

Gets the X value

Y : double

Gets the Y value

Методы

ToString() : string

Returns a String that represents this instance.

Возвращает: A String that represents this instance.