8 references to TopLabelLineout
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\PieChart.cs (8)
3156 points[(int)PiePoints.TopLabelLineout] = new Point3D( 5401 float y = piePoints[(int)PiePoints.TopLabelLineout].Y; 5439 graph.DrawLine( pen, points[(int)PiePoints.TopLabelLine], points[(int)PiePoints.TopLabelLineout] ); 5460if (points[(int)PiePoints.TopLabelLineout].X > labelPoint.X) 5462labelPoint.X = points[(int)PiePoints.TopLabelLineout].X + 10; 5480if (points[(int)PiePoints.TopLabelLineout].X < labelPoint.X) 5482labelPoint.X = points[(int)PiePoints.TopLabelLineout].X - 10; 5493graph.DrawLine(pen, points[(int)PiePoints.TopLabelLineout], labelPoint);