1 write to width
System.Web.DataVisualization (1)
Common\General\ChartArea3D.cs (1)
1868 pointEx.width = ser.GetPointWidth(area.Common.graph, hAxis, interval, 0.8) / numOfSeries;
20 references to width
System.Web.DataVisualization (20)
Common\ChartTypes\BarChart.cs (7)
1468 rectSize.Y = (float)(xPosition - pointEx.width/2); 1469 rectSize.Height = (float)(pointEx.width); 1667 rectSize.Y = (float)(xPosition - pointEx.width/2); 1668 rectSize.Height = (float)(pointEx.width); 1707DrawLabels3D(area, graph, common, rectSize, pointEx, ser, barStartPosition, barSize, pointEx.width, pointEx.index - 1); 2330 if((point1.xPosition + point1.width / 2f) >= _areaProjectionCenter.X && 2331 (point2.xPosition + point2.width / 2f) >= _areaProjectionCenter.X)
Common\ChartTypes\ColumnChart.cs (2)
795 rectSize.X = (float)(pointEx.xPosition - pointEx.width/2); 796 rectSize.Width = (float)(pointEx.width);
Common\ChartTypes\StackedBarChart.cs (5)
1564 rectSize.Y = (float)(pointEx.xPosition - pointEx.width/2); 1565 rectSize.Height = (float)(pointEx.width); 1729 rectSize.Y = (float)(pointEx.xPosition - pointEx.width/2); 1730 rectSize.Height = (float)(pointEx.width); 1772 DrawLabels3D( area, graph, common, rectSize, pointEx, ser, barZeroValue, height, pointEx.width, pointEx.index - 1);
Common\ChartTypes\StackedColumnChart.cs (4)
1602 rectSize.X = (float)(pointEx.xPosition - pointEx.width/2); 1603 rectSize.Width = (float)(pointEx.width); 1765 rectSize.X = (float)(pointEx.xPosition - pointEx.width/2); 1766 rectSize.Width = (float)(pointEx.width);
Common\General\ChartArea3D.cs (2)
2030if ((point1.xPosition + point1.width / 2f) >= _areaProjectionCenter.X && 2031(point2.xPosition + point2.width / 2f) >= _areaProjectionCenter.X)