using System.Collections.ObjectModel; namespace Visifire.Charts { public class DataSeriesCollection : ObservableCollection { } }