5 references to DrawEllipse
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\FastPointChart.cs (1)
506 graph.DrawEllipse(borderPen, markerBounds);
Common\General\Axis.cs (1)
2175graph.DrawEllipse(circlePen, rect);
Common\General\ChartGraphics.cs (2)
879this.DrawEllipse(new Pen(markerBorderColor, markerBorderSize), rect); 3927 this.DrawEllipse(pen, position);
Common\General\ChartGraphics3D.cs (1)
3614graph.DrawEllipse(new Pen(markerBorderColor, markerBorderSize), rect);