Charting for WinForms Programmer's Guide
PanController Constructor
See Also
 






Initializes a new instance of the PanController class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public PanController (
    RenderContext renderContext,
    bool vertical
)

Visual Basic  Copy Code

Public New ( _
    renderContext As RenderContext, _
    vertical As Boolean _
)

 Parameters

renderContext

A RenderContext instance.

vertical

true to implement interaction along the Y axis, or false for the X axis.

 See Also

PanController Class
MindFusion.Charting Namespace