1 write to _areaProjectionCenter
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\BarChart.cs (1)
2239
_areaProjectionCenter
= area.GetCenterOfProjection(coord);
14 references to _areaProjectionCenter
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (14)
2242
float val =
_areaProjectionCenter
.X;
2243
_areaProjectionCenter
.X =
_areaProjectionCenter
.Y;
2244
_areaProjectionCenter
.Y = val;
2281
if(!float.IsNaN(
_areaProjectionCenter
.Y))
2290
if( yMin1 <=
_areaProjectionCenter
.Y && yMin2 <=
_areaProjectionCenter
.Y )
2294
else if( yMin1 <=
_areaProjectionCenter
.Y)
2303
if( yMax1 >=
_areaProjectionCenter
.Y && yMax2 >=
_areaProjectionCenter
.Y )
2307
else if( yMax1 >=
_areaProjectionCenter
.Y)
2328
if(!float.IsNaN(
_areaProjectionCenter
.X))
2330
if((point1.xPosition + point1.width / 2f) >=
_areaProjectionCenter
.X &&
2331
(point2.xPosition + point2.width / 2f) >=
_areaProjectionCenter
.X)