HlcSeriesInfo

StockSharp.Xaml.Charting

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

Inherits: SeriesInfo

Constructors

HlcSeriesInfo
public HlcSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
hlcSeriesInfo = HlcSeriesInfo(rSeries, hitTestInfo)

Initializes a new instance of the OhlcSeriesInfo class.

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

Properties

CloseValue
public double CloseValue { get; set; }
value = hlcSeriesInfo.CloseValue
hlcSeriesInfo.CloseValue = value

Gets or sets the Close value.

FormattedCloseValue
public string FormattedCloseValue { get; }
value = hlcSeriesInfo.FormattedCloseValue

Gets a formatted CloseValue.

FormattedHighValue
public string FormattedHighValue { get; }
value = hlcSeriesInfo.FormattedHighValue

Gets a formatted HighValue.

FormattedLowValue
public string FormattedLowValue { get; }
value = hlcSeriesInfo.FormattedLowValue

Gets a formatted LowValue.

HighValue
public double HighValue { get; set; }
value = hlcSeriesInfo.HighValue
hlcSeriesInfo.HighValue = value

Gets or sets the High value.

LowValue
public double LowValue { get; set; }
value = hlcSeriesInfo.LowValue
hlcSeriesInfo.LowValue = value

Gets or sets the Low value.