6 references to AddHotRegion
System.Windows.Forms.DataVisualization (6)
Common\General\ChartArea.cs (1)
2106
Common.HotRegionsList.
AddHotRegion
(backgroundPosition, this, ChartElementType.PlottingArea, true);
Common\General\GridTickMarks.cs (2)
517
Axis.Common.HotRegionsList.
AddHotRegion
(rect, this, ChartElementType.TickMarks, true);
752
Axis.Common.HotRegionsList.
AddHotRegion
(rect, this, ChartElementType.TickMarks, true);
Common\General\Legend.cs (3)
1651
Common.HotRegionsList.
AddHotRegion
(this.Position.ToRectangleF(), this, ChartElementType.LegendArea, true);
2425
Common.HotRegionsList.
AddHotRegion
(chartGraph.GetRelativeRectangle(this._titlePosition), this, ChartElementType.LegendTitle, true );
4254
Common.HotRegionsList.
AddHotRegion
(chartGraph.GetRelativeRectangle(this._headerPosition), this, ChartElementType.LegendHeader, true );