ConvertToHorizontalPixels
Definition
Converts an x-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 an x-coordinate value in terms of device pixels.
Syntax
ChartingExtensions.ConvertToHorizontalPixels(this double x, PresentationSource target)
\<double\>.ConvertToHorizontalPixels(PresentationSource target)
Parameters
Note: For Charts, see ChartControl.PresentationSource.

