Defines a custom transformation along an axis.
For a list of all members of this type, see Transform Members.
Type | Description |
---|---|
TransformDate | Defines a transformation along an axis that skips weekend dates. |
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.
Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll)
Transform Members | Imsl.Chart2D Namespace