protected ScatterPlotContent(ScatterPlotContent original, Cloner cloner) : this() { this.qualities = original.qualities.Select(s => s.ToArray()).ToArray(); this.solutions = original.solutions.Select(s => s.ToArray()).ToArray(); this.paretoFront = original.paretoFront.Select(s => s.ToArray()).ToArray(); this.objectives = original.objectives; }