32 references to DrawLine
System.Web.DataVisualization (32)
Common\Borders3D\EmbedBorder.cs (2)
1094graph.DrawLine(screwPen, rect.X + 2 * resolution / 96.0f, rect.Y + rect.Height - 2 * resolution / 96.0f, rect.Right - 2 * resolution / 96.0f, rect.Y + 2 * resolution / 96.0f); 1097graph.DrawLine(screwPen, rect.X + 3 * resolution / 96.0f, rect.Y + rect.Height - 1 * resolution / 96.0f, rect.Right - 1 * resolution / 96.0f, rect.Y + 3 * resolution / 96.0f);
Common\ChartTypes\FastLineChart.cs (1)
622 Graph.DrawLine(pen, firstPointX, firstPointY, secondPointX,secondPointY);
Common\ChartTypes\RangeChart.cs (4)
538graph.DrawLine(areaLinePen, highPoint1.X, lowPoint1.Y, highPoint1.X, highPoint1.Y); 542graph.DrawLine(areaLinePen, highPoint2.X, highPoint2.Y, highPoint2.X, lowPoint2.Y); 593 graph.DrawLine(areaLinePen, highPoint1.X, lowPoint1.Y, highPoint1.X, highPoint1.Y); 597 graph.DrawLine(areaLinePen, highPoint2.X, highPoint2.Y, highPoint2.X, lowPoint2.Y);
Common\ChartTypes\StackedAreaChart.cs (2)
665graph.DrawLine(areaLinePen, firstPoint.X, firstPoint.Y, secondPoint.X, secondPoint.Y); 669graph.DrawLine(areaLinePen, secondPoint.X, prevYValue2, firstPoint.X, prevYValue1);
Common\General\ChartGraphics.cs (13)
258this.DrawLine(_pen, 2434 this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.Top, absPositionRounded.Left, absPositionRounded.Bottom); 2435 this.DrawLine(markPen, absPositionRounded.Right, absPositionRounded.Top, absPositionRounded.Right, absPositionRounded.Bottom); 2439 this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.Top, absPositionRounded.Right, absPositionRounded.Top); 2440 this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.Bottom, absPositionRounded.Right, absPositionRounded.Bottom); 2448 this.DrawLine( 2457 this.DrawLine( 2471 this.DrawLine( 2480 this.DrawLine( 3090 this.DrawLine( 3099 this.DrawLine( 3114 this.DrawLine( 3123 this.DrawLine(
Common\General\ChartGraphics3D.cs (5)
1330 DrawLine( 2292 DrawLine( 2327 DrawLine( 2357 DrawLine( 2388 DrawLine(
Common\General\SmartLabels.cs (5)
947 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.X, labelRectAbs.Bottom); 952 graph.DrawLine(calloutPen, labelRectAbs.Right, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Bottom); 957 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Top); 962 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Bottom, labelRectAbs.Right, labelRectAbs.Bottom); 1010 graph.DrawLine(