BoxPlotSeriesInfo
StockSharp.Xaml.Charting
Предоставляет ViewModel, содержащий информацию о серии BoxPlot, такую как имя, значения открытия, максимума, минимума закрытия, цвет.
Наследует: 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
Получает форматированный LowerQuartileValue.
FormattedMaximumValue
public string FormattedMaximumValue { get; }
value = boxPlotSeriesInfo.FormattedMaximumValue
Получает форматированный MaximumValue.
FormattedMedianValue
public string FormattedMedianValue { get; }
value = boxPlotSeriesInfo.FormattedMedianValue
Получает форматированный MedianValue.
FormattedMinimumValue
public string FormattedMinimumValue { get; }
value = boxPlotSeriesInfo.FormattedMinimumValue
Получает форматированный MinimumValue.
FormattedUpperQuartileValue
public string FormattedUpperQuartileValue { get; }
value = boxPlotSeriesInfo.FormattedUpperQuartileValue
Получает форматированный 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