Common\ChartTypes\PieChart.cs (11)
780 rectangle = new RectangleF( area.Position.ToRectangleF().X, area.Position.ToRectangleF().Y, area.Position.ToRectangleF().Width, area.Position.ToRectangleF().Height );
784 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height );
802 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height );
898 RectangleF shadowRect = new RectangleF( rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height );
1405RectangleF labelBackPosition = new RectangleF(
2489 RectangleF plotingRectangle = new RectangleF( area.Position.ToRectangleF().X + 1, area.Position.ToRectangleF().Y + 1, area.Position.ToRectangleF().Width-2, area.Position.ToRectangleF().Height-2 );
2550 rectangle = new RectangleF( plotingRectangle.X, plotingRectangle.Y, plotingRectangle.Width, plotingRectangle.Height );
2552 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height );
2565 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height );
5503RectangleF labelBackPosition = new RectangleF(
5579 labelBackPosition = new RectangleF(
Common\ChartTypes\PointChart.cs (5)
493 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height));
635 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
1235 new RectangleF(markerRotatedPosition.X, markerRotatedPosition.Y, markerSize.Width, markerSize.Height),
1316 new RectangleF(markerRotatedPosition.X - relativeMarkerSize.Width/2f, markerRotatedPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
1766 RectangleF markerRect = new RectangleF(
Common\ChartTypes\StockChart.cs (5)
571 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height));
604 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
1398 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height));
1431 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
1915 RectangleF markerRect = new RectangleF(
Common\General\Chart.cs (3)
1885 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ),
1919 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ),
2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1);
Common\General\ChartGraphics.cs (10)
408 backFilledBrush= new TextureBrush( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib);
419textureBrush = new TextureBrush(image, new RectangleF(0, 0, image.Width, image.Height), attrib);
423textureBrush = new TextureBrush(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib);
486 RectangleF tempRect = new RectangleF(rectangle.X,rectangle.Y,rectangle.Width,rectangle.Height);
2289RectangleF imageRect = new RectangleF(
3448 fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height);
3456fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height);
3461 fillRect = new RectangleF(
4193 fillRect = new RectangleF( rect.X + borderWidth, rect.Y + borderWidth, rect.Width - borderWidth * 2, rect.Height - borderWidth * 2 );
5575 return new RectangleF( left, top, right - left, bottom - top );
Common\General\Legend.cs (4)
4581 new RectangleF(rect.Left, rect.Bottom - 1f, rect.Width, 0f),
4599 new RectangleF(rect.Right - 1f, rect.Top, 0f, rect.Height),
4620 new RectangleF(rect.Left, rect.Bottom - 2f, rect.Width, 1f),
4638 new RectangleF(rect.Right - 2f, rect.Top, 1f, rect.Height),