public RowSeries(object configuration) { Model = new RowAlgorithm(this); Configuration = configuration; InitializeDefuaults(); }
public RowSeries() { Model = new RowAlgorithm(this); InitializeDefuaults(); }