3 references to DrawTruncatedLine
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\LineChart.cs (3)
776this.DrawTruncatedLine(graph, shadowPen, points[pointIndex - 1], points[pointIndex]); 834this.DrawTruncatedLine(graph, _linePen, points[pointIndex - 1], points[pointIndex]); 844this.DrawTruncatedLine(graph, _linePen, points[pointIndex - 1], points[pointIndex]);