1 write to labelColumnLeft
System.Web.DataVisualization (1)
Common\ChartTypes\PieChart.cs (1)
5292 labelColumnLeft = new LabelColumn(area.Position.ToRectangleF());
7 references to labelColumnLeft
System.Web.DataVisualization (7)
Common\ChartTypes\PieChart.cs (7)
2636 labelColumnLeft.Sort(); 2637 labelColumnLeft.AdjustPositions(); 5315 labelColumnLeft.numOfItems++; 5367 labelColumnLeft.Initialize( pieRectangle, false, maxNumOfRows, labelLineSize ); 5408 labelColumnLeft.InsertLabel( point, y, pointIndx ); 5473columnLabel = labelColumnLeft; 5476float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnLeft.columnHeight)).Height;