StackedSeriesWrapperBase

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Implements: IStackedSeriesWrapperBase<T>

Methods

AccumulateYValueAtX(T, int, bool) : Tuple<double, double>

Accumulate Y value at for stacked series in PointSeries or in DataSeries according to Item1 - represents Top Accumulated value Item2 - represents Bottom Accumulated value

AddSeries(T)

Add IStackedRenderableSeries to wrappers internal collection

AddSeriesToGroup(T, string)

Uses internally to add IStackedRenderableSeries to internal _seriesGroups dictionary

CalculateYRange(T, IndexRange) : DoubleRange

Calculates YRange for passed in

GetStackedSeriesCount() : int

Gets count if StackedSeriesCollection count

GetStackedSeriesFromSameGroup(string) : IList<T>

Returns all IStackedRenderableSeries with the same groupId

IsOneHundredPercentGroup(string) : bool

Gets a value whether all stacked series with the same StackedGroupId will appear 100% stacked

MoveSeriesToAnotherGroup(T, string, string)

Used internally to move a stacked series to a new group

RemoveSeries(T)

Remove IStackedRenderableSeries from wrappers internal collection

RemoveSeriesFromGroup(T, string)

Uses internally to remove IStackedRenderableSeries from internal _seriesGroups dictionary

ShiftHitTestInfo(Point, HitTestInfo, double, T) : HitTestInfo

Returns shifted HitTestInfo for horizontally / vertically stacked StackedColumnRenderableSeries