6 references to GetLabelPosition
System.Web.DataVisualization (6)
Common\Annotation\AnnotationBase.cs (1)
2847RectangleF newPosition = this.Chart.chartPicture.annotationSmartLabel.GetLabelPosition(
Common\ChartTypes\StackedBarChart.cs (1)
1194labelBackPosition = area.smartLabels.GetLabelPosition(
Common\General\SmartLabels.cs (4)
920 GetLabelPosition(graph, labelPosition, labelSize, format, true)); 1047 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1385 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1619 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false);