BoxPlotSeriesInfo

StockSharp.Xaml.Charting

Proporciona a ViewModel@ que contiene información sobre una serie BoxPlot@, como nombre, valores abiertos de alto bajo nivel, color

Hereda de: SeriesInfo

Constructores

BoxPlotSeriesInfo
public BoxPlotSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
boxPlotSeriesInfo = BoxPlotSeriesInfo(rSeries, hitTestInfo)

Inicia una nueva instancia de la clase BoxPlotSeriesInfo.

rSeries
La instancia RenderableSeries@ que esta SeriesInfo@ está atada.
hitTestInfo

Propiedades

FormattedLowerQuartileValue
public string FormattedLowerQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedLowerQuartileValue

Consigue un formato LowerQuartileValue.

FormattedMaximumValue
public string FormattedMaximumValue { get; }
value = boxPlotSeriesInfo.FormattedMaximumValue

Consigue un formato MaximumValue.

FormattedMedianValue
public string FormattedMedianValue { get; }
value = boxPlotSeriesInfo.FormattedMedianValue

Consigue un formato MedianValue.

FormattedMinimumValue
public string FormattedMinimumValue { get; }
value = boxPlotSeriesInfo.FormattedMinimumValue

Consigue un formato MinimumValue.

FormattedUpperQuartileValue
public string FormattedUpperQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedUpperQuartileValue

Consigue un formato UpperQuartileValue.

LowerQuartileValue
public double LowerQuartileValue { get; set; }
value = boxPlotSeriesInfo.LowerQuartileValue
boxPlotSeriesInfo.LowerQuartileValue = value

Obtiene o establece el valor LowerQuartile

MaximumValue
public double MaximumValue { get; set; }
value = boxPlotSeriesInfo.MaximumValue
boxPlotSeriesInfo.MaximumValue = value

Obtiene o establece el valor máximo

MedianValue
public double MedianValue { get; set; }
value = boxPlotSeriesInfo.MedianValue
boxPlotSeriesInfo.MedianValue = value

Obtiene o establece el valor Mediano

MinimumValue
public double MinimumValue { get; set; }
value = boxPlotSeriesInfo.MinimumValue
boxPlotSeriesInfo.MinimumValue = value

Obtiene o establece el valor mínimo

UpperQuartileValue
public double UpperQuartileValue { get; set; }
value = boxPlotSeriesInfo.UpperQuartileValue
boxPlotSeriesInfo.UpperQuartileValue = value

Obtiene o establece el valor UpperQuartile