BoxPlotSeriesInfo
StockSharp.Xaml.Charting
Stellt ein ViewModel mit Informationen über eine BoxPlot @ Serie, wie Name, offene hohe niedrige Schließwerte, Farbe
Erbt von: SeriesInfo
Konstruktoren
BoxPlotSeriesInfo
public BoxPlotSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
boxPlotSeriesInfo = BoxPlotSeriesInfo(rSeries, hitTestInfo)
Initialisiert eine neue Instanz der BoxPlotSeriesInfo Klasse.
- rSeries
- Die RenderableSeries Instanz, an die dieses SeriesInfo gebunden ist.
- hitTestInfo
Eigenschaften
FormattedLowerQuartileValue
public string FormattedLowerQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedLowerQuartileValue
Erhaltet ein formatiertes LowerQuartileValue.
FormattedMaximumValue
public string FormattedMaximumValue { get; }
value = boxPlotSeriesInfo.FormattedMaximumValue
Erhaltet ein formatiertes MaximumValue.
FormattedMedianValue
public string FormattedMedianValue { get; }
value = boxPlotSeriesInfo.FormattedMedianValue
Erhaltet ein formatiertes MedianValue.
FormattedMinimumValue
public string FormattedMinimumValue { get; }
value = boxPlotSeriesInfo.FormattedMinimumValue
Erhaltet ein formatiertes MinimumValue.
FormattedUpperQuartileValue
public string FormattedUpperQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedUpperQuartileValue
Erhaltet ein formatiertes UpperQuartileValue.
LowerQuartileValue
public double LowerQuartileValue { get; set; }
value = boxPlotSeriesInfo.LowerQuartileValue
boxPlotSeriesInfo.LowerQuartileValue = value
Bekommt oder setzt den LowerQuartile-Wert
MaximumValue
public double MaximumValue { get; set; }
value = boxPlotSeriesInfo.MaximumValue
boxPlotSeriesInfo.MaximumValue = value
Bekommt oder setzt den Maximalwert
MedianValue
public double MedianValue { get; set; }
value = boxPlotSeriesInfo.MedianValue
boxPlotSeriesInfo.MedianValue = value
Bekommt oder setzt den Medianwert
MinimumValue
public double MinimumValue { get; set; }
value = boxPlotSeriesInfo.MinimumValue
boxPlotSeriesInfo.MinimumValue = value
Bekommt oder setzt den Mindestwert
UpperQuartileValue
public double UpperQuartileValue { get; set; }
value = boxPlotSeriesInfo.UpperQuartileValue
boxPlotSeriesInfo.UpperQuartileValue = value
Bekommt oder setzt den UpperQuartile-Wert