Initializes the mappings between user and coordinate space.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetupMapping( Axis1D axis1d ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetupMapping ( _ axis1d As Axis1D _ ) |
Visual C++ |
---|
public: virtual void SetupMapping( Axis1D^ axis1d ) |
Parameters
- axis1d
- Type: Imsl.Chart2D..::.Axis1D
An Axis1D that specifies the axis to which the transform is to be associated.