18 references to width
System.Windows.Forms.DataVisualization (18)
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
);
1707
DrawLabels3D(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
);