OhlcSeriesInfo
StockSharp.Xaml.Charting
Fornece uma ViewModel contendo informações sobre uma série OHLC, como nome, abertura de valores de fechamento baixos, cor
Herda de: HlcSeriesInfo
Construtores
OhlcSeriesInfo
public OhlcSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
ohlcSeriesInfo = OhlcSeriesInfo(rSeries, hitTestInfo)
Inicializa uma nova instância da classe OhlcSeriesInfo.
- rSeries
- A instância RenderableSeries que esta SeriesInfo está ligada.
- hitTestInfo
Propriedades
FormattedOpenValue
public string FormattedOpenValue { get; }
value = ohlcSeriesInfo.FormattedOpenValue
Obtém um formato OpenValue.
OpenValue
public double OpenValue { get; set; }
value = ohlcSeriesInfo.OpenValue
ohlcSeriesInfo.OpenValue = value
Obtém ou define o valor Aberto.