Common\ChartTypes\BarChart.cs (6)
643common.HotRegionsList.AddHotRegion(rectSize, point, ser.Name, pointIndex);
679 common.HotRegionsList.AddHotRegion( rectSize, point, ser.Name, pointIndex );
1111 int insertIndex = common.HotRegionsList.FindInsertIndex();
1116 common.HotRegionsList.AddHotRegion( insertIndex, graph, markerPosition.X, markerPosition.Y, relativeMarkerSize.Width/2f, point, seriesName, pointIndex );
1122 common.HotRegionsList.AddHotRegion(
1590 common.HotRegionsList.AddHotRegion(
Common\General\GridTickMarks.cs (5)
506this.Axis.Common.HotRegionsList.AddHotRegion(
517Axis.Common.HotRegionsList.AddHotRegion(rect, this, ChartElementType.TickMarks, true);
752Axis.Common.HotRegionsList.AddHotRegion(rect, this, ChartElementType.TickMarks, true);
1511common.HotRegionsList.AddHotRegion(path, true, ChartElementType.Gridlines, this);
1606common.HotRegionsList.AddHotRegion(path, true, ChartElementType.Gridlines, this);
Common\General\StripLine.cs (4)
422 common.HotRegionsList.AddHotRegion(rect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines, string.Empty);
499 common.HotRegionsList.AddHotRegion( lineRect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines, string.Empty );
550 this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines );
600 this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines );