XyySeriesPoint

StockSharp.Xaml.Charting.Model.DataSeries

A structure to contain Xyy series point values for the Y-Axis only

Implementiert: ISeriesPoint<double>, IComparable

Konstruktoren

XyySeriesPoint(double, double)

Initializes a new instance of the XyySeriesPoint struct.

y0
The y0 value.
y1
The y1 value.

Eigenschaften

Max : double

Gets the maximum of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the High value

Min : double

Gets the minimum of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the Low value

Y : double

Gets the default Y-value of this ISeriesPoint. In the case of an XyySeriesPoint this would be the Y0 value.

Y0 : double

Gets the Y0 value of the Xyy point

Y1 : double

Gets the Y1 value of the Xyy point

Methoden

CompareTo(object) : int

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

obj
An object to compare with this instance.

Rückgabe: A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance is less than . Zero This instance is equal to . Greater than zero This instance is greater than .