ConvertFromHorizontalPixels
Definition
Converts an x-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 an x-coordinate value in terms of application pixels.
Syntax
ChartingExtensions.ConvertFromHorizontalPixels(this int x, PresentationSource target)
int.ConvertFromHorizontalPixels(PresentationSource target)

