34 writes to Transform
System.Windows.Forms.DataVisualization (34)
Common\ChartTypes\LineChart.cs (1)
765 graph.Transform = transform;
Common\ChartTypes\RangeChart.cs (2)
516 graph.Transform = translateMatrix; 547graph.Transform = oldMatrix;
Common\General\Axis.cs (6)
1560graph.Transform = newMatrix; 1603graph.Transform = oldMatrix; 1989graph.Transform = oldTransform; 2015graph.Transform = newMatrix; 2077graph.Transform = newMatrix; 2110graph.Transform = oldMatrix;
Common\General\ChartGraphics.cs (21)
815this.Transform = translateMatrix; 819this.Transform = oldMatrix; 944this.Transform = translateMatrix; 988this.Transform = oldMatrix; 994this.Transform = translateMatrixShape; 999this.Transform = oldMatrixShape; 1022this.Transform = translateMatrix; 1045this.Transform = translateMatrix; 1051this.Transform = oldMatrix; 1075this.Transform = translateMatrix; 1115this.Transform = oldMatrix; 1515 this.Transform = _myMatrix; 1685 this.Transform = _myMatrix; 1972this.Transform = _myMatrix; 2070this.Transform = oldTransform; 2116this.Transform = _myMatrix; 2369 this.Transform = oldTransform; 2394 this.Transform = originalTransform; 2498 this.Transform = curentMatrix; 2802 this.Transform = _myMatrix; 2819 this.Transform = oldTransform;
Common\General\Label.cs (2)
1247graph.Transform = textRotationMatrix; 1300 graph.Transform = oldMatrix;
Common\General\Title.cs (2)
1655chartGraph.Transform = newMatrix; 1682 chartGraph.Transform = oldTransform;
33 references to Transform
System.Windows.Forms.DataVisualization (33)
Common\ChartTypes\LineChart.cs (1)
763 Matrix transform = graph.Transform.Clone();
Common\ChartTypes\RangeChart.cs (2)
513 Matrix translateMatrix = graph.Transform.Clone(); 515 Matrix oldMatrix = graph.Transform;
Common\General\Axis.cs (5)
1550Matrix oldMatrix = graph.Transform; 1964graph.Transform.TransformPoints(rectPoints); 2004Matrix oldTransform = graph.Transform.Clone(); 2013Matrix newMatrix = graph.Transform.Clone(); 2072Matrix oldMatrix = graph.Transform;
Common\General\ChartGraphics.cs (20)
812Matrix translateMatrix = this.Transform.Clone(); 814Matrix oldMatrix = this.Transform; 939Matrix translateMatrix = this.Transform.Clone(); 943Matrix oldMatrix = this.Transform; 992Matrix translateMatrixShape = this.Transform.Clone(); 993Matrix oldMatrixShape = this.Transform; 1018Matrix translateMatrix = this.Transform.Clone(); 1021Matrix oldMatrix = this.Transform; 1071Matrix translateMatrix = this.Transform.Clone(); 1074Matrix oldMatrix = this.Transform; 1508 _myMatrix = this.Transform.Clone(); 1678 _myMatrix = this.Transform.Clone(); 1725Matrix matrix = this.Transform.Clone(); 1965_myMatrix = this.Transform.Clone(); 1969oldTransform = this.Transform; 2251path.Transform(this.Transform); 2342path.Transform(this.Transform); 2391 Matrix curentMatrix = this.Transform; 2795 _myMatrix = this.Transform.Clone(); 2799 oldTransform = this.Transform;
Common\General\GridTickMarks.cs (1)
505path.Transform(graph.Transform);
Common\General\Label.cs (2)
1242Matrix oldMatrix = graph.Transform; 1288path.Transform(graph.Transform);
Common\General\Title.cs (2)
1644oldTransform = chartGraph.Transform.Clone(); 1653Matrix newMatrix = chartGraph.Transform.Clone();