1 write to labelColumnRight
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\PieChart.cs (1)
5293
labelColumnRight
= new LabelColumn(area.Position.ToRectangleF());
7 references to labelColumnRight
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\PieChart.cs (7)
2638
labelColumnRight
.Sort();
2639
labelColumnRight
.AdjustPositions();
5311
labelColumnRight
.numOfItems++;
5366
labelColumnRight
.Initialize( pieRectangle, true, maxNumOfRows, labelLineSize );
5404
labelColumnRight
.InsertLabel( point, y, pointIndx );
5453
columnLabel =
labelColumnRight
;
5456
float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.
labelColumnRight
.columnHeight)).Height;