18 references to GetLastPoint
System.Web.DataVisualization (9)
Common\ChartTypes\AreaChart.cs (3)
602 areaPath.AddLine(areaPath.GetLastPoint().X, areaPath.GetLastPoint().Y, areaPath.GetLastPoint().X, axisPos.Y);
Common\ChartTypes\RangeChart.cs (6)
263 areaPath.GetLastPoint().X, 264 areaPath.GetLastPoint().Y, 265 areaPath.GetLastPoint().X, 266 areaBottomPath.GetLastPoint().Y); 1760 graph.DrawLine(thickBorderPen, topLine.PathPoints[0], bottomLine.GetLastPoint()); 1765 graph.DrawLine(thickBorderPen, topLine.GetLastPoint(), bottomLine.PathPoints[0]);
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\AreaChart.cs (3)
602 areaPath.AddLine(areaPath.GetLastPoint().X, areaPath.GetLastPoint().Y, areaPath.GetLastPoint().X, axisPos.Y);
Common\ChartTypes\RangeChart.cs (6)
263 areaPath.GetLastPoint().X, 264 areaPath.GetLastPoint().Y, 265 areaPath.GetLastPoint().X, 266 areaBottomPath.GetLastPoint().Y); 1760 graph.DrawLine(thickBorderPen, topLine.PathPoints[0], bottomLine.GetLastPoint()); 1765 graph.DrawLine(thickBorderPen, topLine.GetLastPoint(), bottomLine.PathPoints[0]);