The source collection
The target collection to fill
FillWithIncludedSeries Method (VerticalSliceModifierBase)
Fills the target collection with SciChart.Charting.Model.ChartData.SeriesInfo items from the source collection
Syntax
protected virtual void FillWithIncludedSeries( 
   IEnumerable<SeriesInfo> infos,
   ObservableCollection<SeriesInfo> seriesInfos
)

Parameters

infos
The source collection
seriesInfos
The target collection to fill
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also