1 write to labelColumnRight
System.Web.DataVisualization (1)
Common\ChartTypes\PieChart.cs (1)
5293 labelColumnRight = new LabelColumn(area.Position.ToRectangleF());
7 references to labelColumnRight
System.Web.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 ); 5453columnLabel = labelColumnRight; 5456float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnRight.columnHeight)).Height;