1 write to labelColumnLeft
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\PieChart.cs (1)
5292
labelColumnLeft
= new LabelColumn(area.Position.ToRectangleF());
7 references to labelColumnLeft
System.Windows.Forms.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 );
5473
columnLabel =
labelColumnLeft
;
5476
float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.
labelColumnLeft
.columnHeight)).Height;