ISeriesPoint

StockSharp.Xaml.Charting.Model.DataSeries

Defines the interface to a Series Point, an internally used structure which contains transformed points to render Y-values on the RenderSurfaceBase

Implements: IComparable

Properties

Max
public T Max { get; }
value = iSeriesPoint.Max

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

Min
public T Min { get; }
value = iSeriesPoint.Min

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

Y
public T Y { get; }
value = iSeriesPoint.Y

Gets the default Y-value of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the Close value