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