4 writes to SizeType
System.Windows.Forms.DataVisualization (4)
Common\General\Chart.cs (4)
3391
groupArea.AxisX.ScaleView.
SizeType
= changedArea.AxisX.ScaleView.SizeType;
3395
groupArea.AxisX2.ScaleView.
SizeType
= changedArea.AxisX2.ScaleView.SizeType;
3401
groupArea.AxisY.ScaleView.
SizeType
= changedArea.AxisY.ScaleView.SizeType;
3405
groupArea.AxisY2.ScaleView.
SizeType
= changedArea.AxisY2.ScaleView.SizeType;
5 references to SizeType
System.Windows.Forms.DataVisualization (5)
Common\General\AxisScrollZoom.cs (1)
643
double viewSize = ChartHelper.GetIntervalSize(this.Position, this.Size, this.
SizeType
);
Common\General\Chart.cs (4)
3391
groupArea.AxisX.ScaleView.SizeType = changedArea.AxisX.ScaleView.
SizeType
;
3395
groupArea.AxisX2.ScaleView.SizeType = changedArea.AxisX2.ScaleView.
SizeType
;
3401
groupArea.AxisY.ScaleView.SizeType = changedArea.AxisY.ScaleView.
SizeType
;
3405
groupArea.AxisY2.ScaleView.SizeType = changedArea.AxisY2.ScaleView.
SizeType
;