Click or drag to resize
TransformSetupMapping Method
Initializes the mappings between user and coordinate space.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
void SetupMapping(
	Axis1D axis1d
)

Parameters

axis1d
Type: Imsl.Chart2DAxis1D
An Axis1D that specifies the axis to which the transform is to be associated.
See Also