IMSL C# Numerical Library

Axis.MapUserToDevice Method 

Maps the user coordinates (userX, userY) to the device coordinates devXY.

public abstract void MapUserToDevice(
   double userX,
   double userY,
   int[] devXY
);

Parameters

userX
A double which specifies the user x-coordinate.
userY
A double which specifies the user y-coordinate.
devXY
An int[2] array on input, on output, the device coordinates.

See Also

Axis Class | Imsl.Chart2D Namespace