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