10 references to Clone
System.Windows.Forms.DataVisualization (10)
Common\ChartTypes\KagiChart.cs (2)
374 DataPoint newDataPoint = (DataPoint)dataPoint.Clone(); 426 DataPoint newDataPoint = (DataPoint)dataPoint.Clone();
Common\ChartTypes\PieChart.cs (2)
327 seriesOriginalData.Points.Add(dp.Clone()); 395 collectedPoint = dataPoint.Clone();
Common\ChartTypes\PointAndFigureChart.cs (1)
663 DataPoint newDataPoint = (DataPoint)dataPoint.Clone();
Common\ChartTypes\RenkoChart.cs (1)
478 DataPoint newDataPoint = (DataPoint)dataPoint.Clone();
Common\ChartTypes\ThreeLineBreakChart.cs (1)
456 DataPoint newDataPoint = (DataPoint)dataPoint.Clone();
Common\General\DataManipulator.cs (2)
1238 output[seriesIndex].Points.Add(point.Clone()); 1376 output[seriesIndex].Points.Add(inputSeries[seriesIndex].Points[pointIndex].Clone());
Common\General\FormulaData.cs (1)
840DataPoint clonePoint = point.Clone();