IMSL C# Numerical Library

Transform Interface

Defines a custom transformation along an axis.

For a list of all members of this type, see Transform Members.

public interface Transform

Types that implement Transform

Type Description
TransformDate Defines a transformation along an axis that skips weekend dates.

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Transform Members | Imsl.Chart2D Namespace