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

