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;
547
graph.
Transform
= oldMatrix;
Common\General\Axis.cs (6)
1560
graph.
Transform
= newMatrix;
1603
graph.
Transform
= oldMatrix;
1989
graph.
Transform
= oldTransform;
2015
graph.
Transform
= newMatrix;
2077
graph.
Transform
= newMatrix;
2110
graph.
Transform
= oldMatrix;
Common\General\ChartGraphics.cs (21)
815
this.
Transform
= translateMatrix;
819
this.
Transform
= oldMatrix;
944
this.
Transform
= translateMatrix;
988
this.
Transform
= oldMatrix;
994
this.
Transform
= translateMatrixShape;
999
this.
Transform
= oldMatrixShape;
1022
this.
Transform
= translateMatrix;
1045
this.
Transform
= translateMatrix;
1051
this.
Transform
= oldMatrix;
1075
this.
Transform
= translateMatrix;
1115
this.
Transform
= oldMatrix;
1515
this.
Transform
= _myMatrix;
1685
this.
Transform
= _myMatrix;
1972
this.
Transform
= _myMatrix;
2070
this.
Transform
= oldTransform;
2116
this.
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)
1247
graph.
Transform
= textRotationMatrix;
1300
graph.
Transform
= oldMatrix;
Common\General\Title.cs (2)
1655
chartGraph.
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)
1550
Matrix oldMatrix = graph.
Transform
;
1964
graph.
Transform
.TransformPoints(rectPoints);
2004
Matrix oldTransform = graph.
Transform
.Clone();
2013
Matrix newMatrix = graph.
Transform
.Clone();
2072
Matrix oldMatrix = graph.
Transform
;
Common\General\ChartGraphics.cs (20)
812
Matrix translateMatrix = this.
Transform
.Clone();
814
Matrix oldMatrix = this.
Transform
;
939
Matrix translateMatrix = this.
Transform
.Clone();
943
Matrix oldMatrix = this.
Transform
;
992
Matrix translateMatrixShape = this.
Transform
.Clone();
993
Matrix oldMatrixShape = this.
Transform
;
1018
Matrix translateMatrix = this.
Transform
.Clone();
1021
Matrix oldMatrix = this.
Transform
;
1071
Matrix translateMatrix = this.
Transform
.Clone();
1074
Matrix oldMatrix = this.
Transform
;
1508
_myMatrix = this.
Transform
.Clone();
1678
_myMatrix = this.
Transform
.Clone();
1725
Matrix matrix = this.
Transform
.Clone();
1965
_myMatrix = this.
Transform
.Clone();
1969
oldTransform = this.
Transform
;
2251
path.Transform(this.
Transform
);
2342
path.Transform(this.
Transform
);
2391
Matrix curentMatrix = this.
Transform
;
2795
_myMatrix = this.
Transform
.Clone();
2799
oldTransform = this.
Transform
;
Common\General\GridTickMarks.cs (1)
505
path.Transform(graph.
Transform
);
Common\General\Label.cs (2)
1242
Matrix oldMatrix = graph.
Transform
;
1288
path.Transform(graph.
Transform
);
Common\General\Title.cs (2)
1644
oldTransform = chartGraph.
Transform
.Clone();
1653
Matrix newMatrix = chartGraph.
Transform
.Clone();