8 references to StartHotRegion
System.Web.DataVisualization (8)
Common\ChartTypes\BoxPlotChart.cs (1)
652 graph.StartHotRegion( point, true );
Common\ChartTypes\ColumnChart.cs (2)
1243graph.StartHotRegion(point, true); 1365graph.StartHotRegion(point, true);
Common\ChartTypes\ErrorBarChart.cs (1)
698 graph.StartHotRegion( point, true );
Common\ChartTypes\PointChart.cs (1)
522 graph.StartHotRegion( point, true );
Common\General\ChartGraphics.cs (2)
1346 this.StartHotRegion( point, true ); 1423 this.StartHotRegion( point, true );
Common\General\ChartRenderingEngine.cs (1)
625 StartHotRegion( point, false );