4 references to GetLabelText
System.Web.DataVisualization (4)
Common\ChartTypes\PieChart.cs (4)
1089 text = this.GetLabelText( point ); 5319 SizeF size = graph.MeasureStringRel( GetLabelText( point ).Replace("\\n", "\n"), point.Font ); 5433 string text = GetLabelText( point ); 5561 string text = GetLabelText( point );