Currently, if I enter coordinates 0,0 my point will show up on the top left. While that is the logical and accepted standard, I need to have it be in the bottom left(and all other coordinates adjusted appropriately) because I need to show an accurate representation of graph.
What is the best way to accomplish this in C#/WPF. A solution using a Grid control would be preferable, but not required.
You could use the LayoutTransform? You could just set the
Grid.LayoutTransformequal to a transform that flips the grid as you say: