6 references to PlottingArea
System.Windows.Forms.DataVisualization (6)
Common\General\ChartArea.cs (1)
2106
Common.HotRegionsList.AddHotRegion(backgroundPosition, this, ChartElementType.
PlottingArea
, true);
Common\General\Selection.cs (5)
2374
case ChartElementType.
PlottingArea
:
2513
if (chartArea != null && elementType == ChartElementType.
PlottingArea
)
3135
IList list1 = this.GetMarkers(area.PlotAreaPosition.ToRectangleF(), ChartElementType.
PlottingArea
);
3138
list1 = this.GetMarkers(area.lastAreaPosition, ChartElementType.
PlottingArea
);
3180
if ((elementType != ChartElementType.Nothing) && (elementType != ChartElementType.
PlottingArea
))