1 write to columnHeight
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\PieChart.cs (1)
5243 columnHeight = _chartAreaPosition.Height / numOfItems;
6 references to columnHeight
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\PieChart.cs (6)
4876 y = _chartAreaPosition.Bottom - columnHeight; 4879 return (int) (( y - _chartAreaPosition.Y ) / columnHeight ) ; 4916 return (float) _chartAreaPosition.Y + columnHeight * index + columnHeight / 2; 5456float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnRight.columnHeight)).Height; 5476float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnLeft.columnHeight)).Height;