TransformDateSetupMapping Method |
Initializes the mappings between user and coordinate space.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetupMapping(
Axis1D axis1d
)
Public Overridable Sub SetupMapping (
axis1d As Axis1D
)
public:
virtual void SetupMapping(
Axis1D^ axis1d
)
abstract SetupMapping :
axis1d : Axis1D -> unit
override SetupMapping :
axis1d : Axis1D -> unit
Parameters
- axis1d
- Type: Imsl.Chart2DAxis1D
An Axis1D that specifies the axis to which the transform is
to be associated.
Implements
TransformSetupMapping(Axis1D)See Also