HlcSeriesInfo
StockSharp.Xaml.Charting
Provides a ViewModel containing info about an HLC series, such as name, high low values, color
Hereda de: SeriesInfo
Constructores
HlcSeriesInfo(IRenderableSeries, HitTestInfo)
Initializes a new instance of the OhlcSeriesInfo class.
- rSeries
- The RenderableSeries instance that this SeriesInfo is bound to.
- hitTestInfo
Propiedades
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.