HlcSeriesInfo

StockSharp.Xaml.Charting

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

Inherits: SeriesInfo

Constructors

HlcSeriesInfo(IRenderableSeries, HitTestInfo)

Initializes a new instance of the OhlcSeriesInfo class.

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

Properties

CloseValue : double

Gets or sets the Close value.

FormattedCloseValue : string

Gets a formatted CloseValue.

FormattedHighValue : string

Gets a formatted HighValue.

FormattedLowValue : string

Gets a formatted LowValue.

HighValue : double

Gets or sets the High value.

LowValue : double

Gets or sets the Low value.