CursorCoordinateGraph coordinategraph = new CursorCoordinateGraph(); plotter.Children.Add(coordinategraph); Upon some_buttonclick() { Retrieve the first and last x-coordinate value on display...}
var v = plotter.Visible; int X_left = Convert.ToInt32(v.Left); int X_right = Convert.ToInt32(v.Right);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)