1 write to Graph
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FastLineChart.cs (1)
238 this.Graph = graph;
7 references to Graph
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\FastLineChart.cs (7)
603 PointF firstPoint = Graph.GetRelativePoint(new PointF(firstPointX, firstPointY)); 604 PointF secondPoint = Graph.GetRelativePoint(new PointF(secondPointX, secondPointY)); 612 points[0].PointF = Graph.GetAbsolutePoint(points[0].PointF); 613 points[1].PointF = Graph.GetAbsolutePoint(points[1].PointF); 622 Graph.DrawLine(pen, firstPointX, firstPointY, secondPointX,secondPointY); 655Graph.GetRelativeRectangle(pathBounds), 666Graph,