22 references to DrawPath
System.Windows.Forms.DataVisualization (22)
Common\ChartTypes\FunnelChart.cs (1)
1208
this.Graph.
DrawPath
(pen, segmentPath );
Common\ChartTypes\RangeChart.cs (4)
1741
graph.
DrawPath
(new Pen(surfaceBorderColor, 1), resultPath);
1745
graph.
DrawPath
(new Pen(polygonColor, 1), resultPath);
1754
graph.
DrawPath
(thickBorderPen, topLine);
1755
graph.
DrawPath
(thickBorderPen, bottomLine);
Common\General\AxisScaleSegments.cs (3)
464
graph.
DrawPath
(shadowPen, shadowPath);
484
graph.
DrawPath
(pen, breakLinePathTop);
487
graph.
DrawPath
(pen, breakLinePathBottom);
Common\General\ChartGraphics.cs (7)
3087
this.
DrawPath
(penDark, path);
3111
this.
DrawPath
(pen, path);
3157
this.
DrawPath
(penDark, path);
3161
this.
DrawPath
(pen, path);
4021
this.
DrawPath
(pen, path);
4589
this.
DrawPath
( _pen, path );
5081
this.
DrawPath
(borderPen, path);
Common\General\ChartGraphics3D.cs (6)
1092
DrawPath
( pen, path );
3176
this.
DrawPath
(penDark, path);
3186
this.
DrawPath
(pen, path);
3218
this.
DrawPath
(penDark, path);
3222
this.
DrawPath
(pen, path);
4311
DrawPath
(pen, pathToDraw);
Common\General\Title.cs (1)
1750
chartGraph.
DrawPath
(pen, graphicsPath);