Transform Interface |
Namespace: Imsl.Chart2D
The Transform type exposes the following members.
Name | Description | |
---|---|---|
MapUnitToUser |
Maps points in the interval [0,1] to user coordinates.
| |
MapUserToUnit |
Maps user coordinates to the interval [0,1].
| |
SetupMapping |
Initializes the mappings between user and coordinate space.
|
Axis1D has built in support for linear and logarithmic transformations. Additional transformations can be specified by setting the "CustomTransform" attribute in an Axis1D to an Object that implements this interface.
The interface consists of two methods that must be implemented. Each method is the inverse of the other.