Пример #1
0
 public IDataSeries<IDataPoint> Branch (object source)
 {
     return (IDataSeries<IDataPoint>)_owner.Branch(source);
 }