Initializes the mappings between user and coordinate space.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public abstract void SetUpMapping()
Public MustOverride Sub SetUpMapping
public:
virtual void SetUpMapping() abstract
abstract SetUpMapping : unit -> unit
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