Initializes the mappings between user and coordinate space.

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

Syntax

C#
public abstract void SetUpMapping()
Visual Basic (Declaration)
Public MustOverride Sub SetUpMapping
Visual C++
public:
virtual void SetUpMapping() abstract

Remarks

This must be called whenever the screen size, the window or the viewport may have changed. Generally, it is safest to call this each time the chart is repainted.

See Also