9 references to Graph
System.Web.DataVisualization (9)
Common\General\Selection.cs (9)
2037relativeX = this.Graph.GetRelativePoint(new PointF(x, y)).X; 2038relativeY = this.Graph.GetRelativePoint(new PointF(x, y)).Y; 2039RectangleF relativeMouseRect = this.Graph.GetRelativeRectangle(mouseRect); 2751ChartGraphics graph = this.Graph; 2904return this.GetAreaMarkers(this.Graph, chartArea); 2919return this.GetAxisMarkers(this.Graph, axis); 3014list.Add(this.Graph.GetAbsolutePoint(pp)); 3176SizeF relSize = this.Graph.GetRelativeSize(new SizeF(4f, 4f)); 3338rect = this.Graph.GetAbsoluteRectangle(rect);