BoxPlotSeriesInfo

StockSharp.Xaml.Charting

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

继承自: SeriesInfo

构造函数

BoxPlotSeriesInfo(IRenderableSeries, HitTestInfo)

Initializes a new instance of the BoxPlotSeriesInfo class.

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

属性

FormattedLowerQuartileValue : string

Gets a formatted LowerQuartileValue.

FormattedMaximumValue : string

Gets a formatted MaximumValue.

FormattedMedianValue : string

Gets a formatted MedianValue.

FormattedMinimumValue : string

Gets a formatted MinimumValue.

FormattedUpperQuartileValue : string

Gets a formatted UpperQuartileValue.

LowerQuartileValue : double

Gets or sets the LowerQuartile value

MaximumValue : double

Gets or sets the Maximum value

MedianValue : double

Gets or sets the Median value

MinimumValue : double

Gets or sets the Minimum value

UpperQuartileValue : double

Gets or sets the UpperQuartile value