BoxPlotSeriesInfo
StockSharp.Xaml.Charting
提供包含关于BoxPlot系列信息的ViewModel,例如名称,打开高低近值,颜色
继承自: SeriesInfo
构造函数
BoxPlotSeriesInfo
public BoxPlotSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
boxPlotSeriesInfo = BoxPlotSeriesInfo(rSeries, hitTestInfo)
初始化了 & ##BoxPlotSeriesInfo+# 类的新实例 。
- rSeries
- RenderableSeries的例子 这个SeriesInfo是必须的。
- hitTestInfo
属性
FormattedLowerQuartileValue
public string FormattedLowerQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedLowerQuartileValue
Gets a formatted LowerQuartileValue.
FormattedMaximumValue
public string FormattedMaximumValue { get; }
value = boxPlotSeriesInfo.FormattedMaximumValue
Gets a formatted MaximumValue.
FormattedMedianValue
public string FormattedMedianValue { get; }
value = boxPlotSeriesInfo.FormattedMedianValue
Gets a formatted MedianValue.
FormattedMinimumValue
public string FormattedMinimumValue { get; }
value = boxPlotSeriesInfo.FormattedMinimumValue
Gets a formatted MinimumValue.
FormattedUpperQuartileValue
public string FormattedUpperQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedUpperQuartileValue
Gets a formatted UpperQuartileValue.
LowerQuartileValue
public double LowerQuartileValue { get; set; }
value = boxPlotSeriesInfo.LowerQuartileValue
boxPlotSeriesInfo.LowerQuartileValue = value
获取或设置%\ LowerQuartile\\\ 值
MaximumValue
public double MaximumValue { get; set; }
value = boxPlotSeriesInfo.MaximumValue
boxPlotSeriesInfo.MaximumValue = value
获取或设置最大值
MedianValue
public double MedianValue { get; set; }
value = boxPlotSeriesInfo.MedianValue
boxPlotSeriesInfo.MedianValue = value
获取或设置中位值
MinimumValue
public double MinimumValue { get; set; }
value = boxPlotSeriesInfo.MinimumValue
boxPlotSeriesInfo.MinimumValue = value
获取或设定最小值
UpperQuartileValue
public double UpperQuartileValue { get; set; }
value = boxPlotSeriesInfo.UpperQuartileValue
boxPlotSeriesInfo.UpperQuartileValue = value
获取或设置%\ UpperQuartile\\\ 值