BoxPlotSeriesInfo
StockSharp.Xaml.Charting
BoxPlotシリーズのViewModelシリーズの名称、オープンハイクローズ値、色などに関する情報を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
取得または設定の Median 値
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 値の取得または設定