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
Реализует: IComparable
Свойства
Max : T
Gets the maximum of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the High value
Min : T
Gets the minimum of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the Low value
Y : T
Gets the default Y-value of this ISeriesPoint. In the case of an OhlcSeriesPoint this would be the Close value