2 overrides of GetAutoLabelPosition
System.Web.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (1)
621 override protected LabelAlignmentStyles GetAutoLabelPosition(Series series, int pointIndex)
Common\ChartTypes\LineChart.cs (1)
1091 override protected LabelAlignmentStyles GetAutoLabelPosition(Series series, int pointIndex)
1 reference to GetAutoLabelPosition
System.Web.DataVisualization (1)
Common\ChartTypes\PointChart.cs (1)
773this.labelPosition = GetAutoLabelPosition(ser, pointIndex);