46 references to RotateAt
System.Web.DataVisualization (23)
Common\Annotation\ArrowAnnotation.cs (1)
462 matrix.RotateAt(angle, firstPoint);
Common\ChartTypes\FastPointChart.cs (1)
566 rotationMatrix.RotateAt(45, location);
Common\ChartTypes\PolarChart.cs (1)
254 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter));
Common\ChartTypes\RadarChart.cs (1)
1001 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter));
Common\General\Axis.cs (5)
1557newMatrix.RotateAt( 2014newMatrix.RotateAt(angle, graph.GetAbsolutePoint(center)); 2074newMatrix.RotateAt( 4915newMatrix.RotateAt(axis.AxisPosition, areaCenterAbs); 4945newMatrix.RotateAt(textAngle, areaCenterAbs);
Common\General\ChartArea.cs (1)
2740 newMatrix.RotateAt(textAngle, areaCenterAbs);
Common\General\ChartGraphics.cs (10)
628 matrix.RotateAt(pointIndex*(360f/(numberOfCorners*2f)), new PointF(rect.X + rect.Width/2f, rect.Y + rect.Height/2f)); 932rotationMatrix.RotateAt(45, point); 1044translateMatrix.RotateAt(45, point); 1509 _myMatrix.RotateAt( angle, rotationPoint ); 1679 _myMatrix.RotateAt(angle, absPosition); 1726matrix.RotateAt(angle, absCenter); 1966_myMatrix.RotateAt(angle, rotationPoint); 2796 _myMatrix.RotateAt( angle, rotationCenter); 3885 matrix.RotateAt(curentSector, centerPoint); 3966matrix.RotateAt(curentSector, centerPoint);
Common\General\Label.cs (2)
1190newMatrix.RotateAt(labelAngle, graph.GetAbsolutePoint(this._axis.ChartArea.circularCenter)); 1246textRotationMatrix.RotateAt(textAngle, labelPosition[0]);
Common\General\Title.cs (1)
1654newMatrix.RotateAt(180, center);
System.Windows.Forms.DataVisualization (23)
Common\Annotation\ArrowAnnotation.cs (1)
462 matrix.RotateAt(angle, firstPoint);
Common\ChartTypes\FastPointChart.cs (1)
566 rotationMatrix.RotateAt(45, location);
Common\ChartTypes\PolarChart.cs (1)
254 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter));
Common\ChartTypes\RadarChart.cs (1)
1001 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter));
Common\General\Axis.cs (5)
1557newMatrix.RotateAt( 2014newMatrix.RotateAt(angle, graph.GetAbsolutePoint(center)); 2074newMatrix.RotateAt( 4915newMatrix.RotateAt(axis.AxisPosition, areaCenterAbs); 4945newMatrix.RotateAt(textAngle, areaCenterAbs);
Common\General\ChartArea.cs (1)
2740 newMatrix.RotateAt(textAngle, areaCenterAbs);
Common\General\ChartGraphics.cs (10)
628 matrix.RotateAt(pointIndex*(360f/(numberOfCorners*2f)), new PointF(rect.X + rect.Width/2f, rect.Y + rect.Height/2f)); 932rotationMatrix.RotateAt(45, point); 1044translateMatrix.RotateAt(45, point); 1509 _myMatrix.RotateAt( angle, rotationPoint ); 1679 _myMatrix.RotateAt(angle, absPosition); 1726matrix.RotateAt(angle, absCenter); 1966_myMatrix.RotateAt(angle, rotationPoint); 2796 _myMatrix.RotateAt( angle, rotationCenter); 3885 matrix.RotateAt(curentSector, centerPoint); 3966matrix.RotateAt(curentSector, centerPoint);
Common\General\Label.cs (2)
1190newMatrix.RotateAt(labelAngle, graph.GetAbsolutePoint(this._axis.ChartArea.circularCenter)); 1246textRotationMatrix.RotateAt(textAngle, labelPosition[0]);
Common\General\Title.cs (1)
1654newMatrix.RotateAt(180, center);