Initializes the mappings between user and coordinate space.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
void SetupMapping(
	Axis1D axis1d
)
Visual Basic (Declaration)
Sub SetupMapping ( _
	axis1d As Axis1D _
)
Visual C++
void SetupMapping(
	Axis1D^ axis1d
)

Parameters

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

See Also