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