ConvertFromVerticalPixels
Definition
Converts a y-axis pixel coordinate from device pixels to application pixels.
For more information concerning the differences between application pixels and device pixels, please see the Working with Pixel Coordinates.
Method Return Value
A double representing a y-coordinate value in terms of application pixels.
Syntax
ChartingExtensions.ConvertFromVerticalPixels(this int x, PresentationSource target)
\<int\>.ConvertFromVerticalPixels(PresentationSource target)

