Search
PanController Class
See Also
 






Represents a controller that pans its plot's data range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class PanController : Plot2DController

Visual Basic  Copy Code

Public Class PanController
    Inherits Plot2DController

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.PlotController
        MindFusion.Charting.Plot2DController
            MindFusion.Charting.PanController

 See Also