XyStackedSeriesInfo
StockSharp.Xaml.Charting
Provides a ViewModel containing info about stacked Xy series
Inherits: SeriesInfo
Constructors
XyStackedSeriesInfo
public XyStackedSeriesInfo(IRenderableSeries rSeries, HitTestInfo hitTestInfo)
xyStackedSeriesInfo = XyStackedSeriesInfo(rSeries, hitTestInfo)
Initializes a new instance of the BandSeriesInfo class.
- rSeries
- The IRenderableSeries.
- hitTestInfo
Properties
AccumulatedValue
public IComparable AccumulatedValue { get; set; }
value = xyStackedSeriesInfo.AccumulatedValue
xyStackedSeriesInfo.AccumulatedValue = value
Gets or sets the accumulated value of all stacked series, which is returned as hit-test result of the stacked XyDataSeries.