OhlcSeriesInfo

StockSharp.Xaml.Charting

Provides a ViewModel containing info about an OHLC series, such as name, open high low close values, color

Inherits: HlcSeriesInfo

Constructors

OhlcSeriesInfo
public OhlcSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
ohlcSeriesInfo = OhlcSeriesInfo(rSeries, hitTestInfo)

Initializes a new instance of the OhlcSeriesInfo class.

rSeries
The RenderableSeries instance that this SeriesInfo is bound to.
hitTestInfo

Properties

FormattedOpenValue
public string FormattedOpenValue { get; }
value = ohlcSeriesInfo.FormattedOpenValue

Gets a formatted OpenValue.

OpenValue
public double OpenValue { get; set; }
value = ohlcSeriesInfo.OpenValue
ohlcSeriesInfo.OpenValue = value

Gets or sets the Open value.