11 writes to frontLinePen
System.Windows.Forms.DataVisualization (11)
Common\ChartTypes\KagiChart.cs (2)
907 graph.frontLinePen = null; 940 graph.frontLinePen = null;
Common\ChartTypes\LineChart.cs (1)
1211 graph.frontLinePen = null;
Common\ChartTypes\StepLineChart.cs (4)
336 graph.frontLinePen = null; 350 graph.frontLinePen = null; 366 graph.frontLinePen = null; 380 graph.frontLinePen = null;
Common\General\ChartGraphics3D.cs (4)
1339 frontLinePen = null; 1350 frontLinePen = thickBorderPen; 2396 frontLinePen = null; 2406 frontLinePen = (borderWidth > 1) ? thickBorderPen : thinBorderPen;
4 references to frontLinePen
System.Windows.Forms.DataVisualization (4)
Common\General\ChartGraphics3D.cs (4)
1303 if(frontLinePoint1 != PointF.Empty && frontLinePen != null) 1331 frontLinePen, 2385 if(frontLinePoint1 != PointF.Empty && frontLinePen != null) 2389 frontLinePen,