4 writes to paintChartAreaSize
System.Web.DataVisualization (4)
Common\General\AxisScale.cs (2)
1836
paintChartAreaSize
= paintAreaPosition.Width;
1838
paintChartAreaSize
= paintAreaPosition.Height;
Common\General\ChartArea.cs (2)
2160
currentAxis.
paintChartAreaSize
= currentAxis.paintAreaPosition.Width;
2162
currentAxis.
paintChartAreaSize
= currentAxis.paintAreaPosition.Height;
3 references to paintChartAreaSize
System.Web.DataVisualization (3)
Common\General\AxisScale.cs (2)
1843
valueMultiplier =
paintChartAreaSize
/ paintRange;
1860
scaleSegment.GetScalePositionAndSize(
paintChartAreaSize
, out segmentPosition, out segmentSize);
Common\General\ChartArea.cs (1)
2167
currentAxis.valueMultiplier = currentAxis.
paintChartAreaSize
/ currentAxis.paintRange;