14 writes to CenterPoint
System.Web.DataVisualization (7)
Common\General\ChartGraphics.cs (5)
857shadowBrush.CenterPoint = new PointF(point.X, point.Y); 968shadowBrush.CenterPoint = new PointF(point.X, point.Y); 1097shadowBrush.CenterPoint = new PointF(point.X, point.Y); 3830 shadowBrush.CenterPoint = new PointF(offset.X + offset.Width/2f, offset.Y + offset.Height/2f); 4824 shadowBrush.CenterPoint = new PointF(rect.X + rect.Width/2f, rect.Y + rect.Height/2f);
Common\General\ChartGraphics3D.cs (2)
3574shadowBrush.CenterPoint = new PointF(markerRotatedPosition.X, markerRotatedPosition.Y); 3610circleBrush.CenterPoint = centerPoint[0].PointF;
System.Windows.Forms.DataVisualization (7)
Common\General\ChartGraphics.cs (5)
857shadowBrush.CenterPoint = new PointF(point.X, point.Y); 968shadowBrush.CenterPoint = new PointF(point.X, point.Y); 1097shadowBrush.CenterPoint = new PointF(point.X, point.Y); 3830 shadowBrush.CenterPoint = new PointF(offset.X + offset.Width/2f, offset.Y + offset.Height/2f); 4824 shadowBrush.CenterPoint = new PointF(rect.X + rect.Width/2f, rect.Y + rect.Height/2f);
Common\General\ChartGraphics3D.cs (2)
3574shadowBrush.CenterPoint = new PointF(markerRotatedPosition.X, markerRotatedPosition.Y); 3610circleBrush.CenterPoint = centerPoint[0].PointF;