15 references to DrawLineRel
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\PieChart.cs (3)
1323 graph.DrawLineRel( pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF( x1, y1 ), new PointF( x2, y2 ) ); 1380graph.DrawLineRel(pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF(x2, y2), new PointF(x3Overlap, calculatedY3)); 1384graph.DrawLineRel(pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF(x2, y2), new PointF(x3, y3));
Common\General\Axis.cs (1)
2548graph.DrawLineRel(_lineColor, _lineWidth, _lineDashStyle, first, second);
Common\General\ChartGraphics.cs (5)
5346DrawLineRel(color, lineWidth, lineDashStyle, position, endPoint); 5360DrawLineRel(color, lineWidth, lineDashStyle, position, endPoint); 5378DrawLineRel(color, lineWidth, lineDashStyle, position, endPoint); 5379DrawLineRel(color, lineWidth, lineDashStyle, points[0], points[2]); 5380DrawLineRel(color, lineWidth, lineDashStyle, points[1], points[2]);
Common\General\ChartGraphics3D.cs (1)
452 ((ChartGraphics)this).DrawLineRel(color, width, style, points[0].PointF, points[1].PointF);
Common\General\GridTickMarks.cs (4)
532 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 765 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 1536 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 1619 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second );
Common\General\StripLine.cs (1)
465 graph.DrawLineRel(this.BorderColor, this.BorderWidth, this.BorderDashStyle, point1, point2);