7 references to DrawCurve
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\AreaChart.cs (3)
382graph.DrawCurve(areaLinePen, points, pointIndex - 1, 1, this.lineTension); 434graph.DrawCurve(areaLinePen, points, pointIndex - 1, 1, this.lineTension); 480graph.DrawCurve(pen, points, pointIndex - 1, 1, this.lineTension);
Common\ChartTypes\LineChart.cs (2)
781 graph.DrawCurve(shadowPen, points, pointIndex - 1, 1, tension); 850 graph.DrawCurve(_linePen, points, pointIndex - 1, 1, tension);
Common\ChartTypes\RangeChart.cs (2)
606 graph.DrawCurve(areaLinePen, points, pointIndex-1, 1, this.lineTension); 615 graph.DrawCurve(areaLinePen, lowPoints, pointIndex-1, 1, this.lineTension);