15 references to smartLabels
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\BoxPlotChart.cs (1)
936position = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\ErrorBarChart.cs (1)
993position = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\PointChart.cs (1)
839position = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\RadarChart.cs (1)
1212position = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\StackedBarChart.cs (3)
1153labelPosition = area.smartLabels.AdjustSmartLabelPosition( 1194labelBackPosition = area.smartLabels.GetLabelPosition( 2042rotationCenter = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\StackedColumnChart.cs (2)
1191labelPosition = area.smartLabels.AdjustSmartLabelPosition( 1912labelPosition = area.smartLabels.AdjustSmartLabelPosition(
Common\ChartTypes\StockChart.cs (1)
1024position = area.smartLabels.AdjustSmartLabelPosition(
Common\General\ChartArea.cs (1)
2139this.smartLabels.Reset();
Common\General\SmartLabels.cs (4)
1595area.smartLabels.checkAllCollisions = true; 1596if (area.smartLabels.IsSmartLabelCollide( 1608area.smartLabels.checkAllCollisions = false; 1611area.smartLabels.checkAllCollisions = false;