Members 
SciChart.Charting Assembly > SciChart.Charting.Model.ChartSeries Namespace : SourceCollectionBase<TView,TViewModel> Class
SourceCollectionBase<TView,TViewModel> Class
Contains a collection of RenderableSeries and associated RenderableSeriesViewModels
Syntax
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public abstract class SourceCollectionBase<TView,TViewModel> : System.Collections.ObjectModel.ObservableCollection<TView> 
where TViewModel: ISciChartElementViewModel
Type Parameters
TView
TViewModel
Inheritance Hierarchy
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