Defines a custom transformation along an axis.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public interface Transform |
Visual Basic (Declaration) |
---|
Public Interface Transform |
Visual C++ |
---|
public interface class Transform |
Remarks
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.