BoxPlotSeriesInfo
StockSharp.Xaml.Charting
Provides a ViewModel containing info about an BoxPlot series, such as name, open high low close values, color
Inherits: SeriesInfo
Constructors
BoxPlotSeriesInfo
public BoxPlotSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
boxPlotSeriesInfo = BoxPlotSeriesInfo(rSeries, hitTestInfo)
Initializes a new instance of the BoxPlotSeriesInfo class.
- rSeries
- The RenderableSeries instance that this SeriesInfo is bound to.
- hitTestInfo
Properties
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
Gets or sets the LowerQuartile value
MaximumValue
public double MaximumValue { get; set; }
value = boxPlotSeriesInfo.MaximumValue
boxPlotSeriesInfo.MaximumValue = value
Gets or sets the Maximum value
MedianValue
public double MedianValue { get; set; }
value = boxPlotSeriesInfo.MedianValue
boxPlotSeriesInfo.MedianValue = value
Gets or sets the Median value
MinimumValue
public double MinimumValue { get; set; }
value = boxPlotSeriesInfo.MinimumValue
boxPlotSeriesInfo.MinimumValue = value
Gets or sets the Minimum value
UpperQuartileValue
public double UpperQuartileValue { get; set; }
value = boxPlotSeriesInfo.UpperQuartileValue
boxPlotSeriesInfo.UpperQuartileValue = value
Gets or sets the UpperQuartile value