40 references to Atan
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (3)
1087
angle = Math.
Atan
(dy / dx) + Math.PI;
1091
angle = Math.
Atan
(dy / dx) + (2 * Math.PI);
1095
angle = Math.
Atan
(dy / dx);
System.Web.DataVisualization (18)
Common\Annotation\ArrowAnnotation.cs (1)
453
float angle = (float)(Math.
Atan
(deltaY / deltaX) * 180f / Math.PI);
Common\ChartTypes\BarChart.cs (1)
2100
float angleXAxis = (float)Math.
Atan
(
Common\ChartTypes\PieChart.cs (1)
4959
angle = (float)Math.
Atan
( ( position.Y - _innerPlotPosition.Top - _innerPlotPosition.Height / 2) / ( position.X - _innerPlotPosition.Left - _innerPlotPosition.Width / 2 ));
Common\ChartTypes\StackedBarChart.cs (1)
2012
float angleXAxis = (float)Math.
Atan
(
Common\General\Axis.cs (5)
2353
angleAxis = (float)Math.
Atan
(
2374
angleAxis = -(float)Math.
Atan
(
4884
float leftSideAngle = (float)(Math.
Atan
((textSize.Width / 2f) / plotAreaRadius) * 180f / Math.PI);
6443
angle = Math.
Atan
((axisPoints[1].Y - axisPoints[0].Y) / (axisPoints[1].X - axisPoints[0].X));
6447
angle = Math.
Atan
((axisPoints[1].X - axisPoints[0].X) / (axisPoints[1].Y - axisPoints[0].Y));
Common\General\ChartGraphics.cs (2)
474
angle = (float)(Math.
Atan
(rectangle.Width / rectangle.Height)* 180 / Math.PI);
478
angle = (float)(180 - Math.
Atan
(rectangle.Width / rectangle.Height)* 180 / Math.PI);
Common\General\ChartGraphics3D.cs (6)
1135
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1140
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1146
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1152
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1158
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
4087
cylinderAngle = (float)Math.
Atan
(
Common\General\StripLine.cs (1)
786
float angleXAxis = (float)Math.
Atan
(
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2389
double tan = Math.Abs(Math.
Atan
(oppositeSide/adjacentSide));
System.Windows.Forms.DataVisualization (18)
Common\Annotation\ArrowAnnotation.cs (1)
453
float angle = (float)(Math.
Atan
(deltaY / deltaX) * 180f / Math.PI);
Common\ChartTypes\BarChart.cs (1)
2100
float angleXAxis = (float)Math.
Atan
(
Common\ChartTypes\PieChart.cs (1)
4959
angle = (float)Math.
Atan
( ( position.Y - _innerPlotPosition.Top - _innerPlotPosition.Height / 2) / ( position.X - _innerPlotPosition.Left - _innerPlotPosition.Width / 2 ));
Common\ChartTypes\StackedBarChart.cs (1)
2012
float angleXAxis = (float)Math.
Atan
(
Common\General\Axis.cs (5)
2353
angleAxis = (float)Math.
Atan
(
2374
angleAxis = -(float)Math.
Atan
(
4884
float leftSideAngle = (float)(Math.
Atan
((textSize.Width / 2f) / plotAreaRadius) * 180f / Math.PI);
6443
angle = Math.
Atan
((axisPoints[1].Y - axisPoints[0].Y) / (axisPoints[1].X - axisPoints[0].X));
6447
angle = Math.
Atan
((axisPoints[1].X - axisPoints[0].X) / (axisPoints[1].Y - axisPoints[0].Y));
Common\General\ChartGraphics.cs (2)
474
angle = (float)(Math.
Atan
(rectangle.Width / rectangle.Height)* 180 / Math.PI);
478
angle = (float)(180 - Math.
Atan
(rectangle.Width / rectangle.Height)* 180 / Math.PI);
Common\General\ChartGraphics3D.cs (6)
1135
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1140
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1146
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1152
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
1158
angle = (float)(Math.
Atan
( Math.Tan( ( angle ) * Math.PI / 180 ) * correction ) * 180 / Math.PI);
4087
cylinderAngle = (float)Math.
Atan
(
Common\General\StripLine.cs (1)
786
float angleXAxis = (float)Math.
Atan
(