Search
Plot2DController Class
See Also
 






A base class for controllers that let users interact with Plot2D objects.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class Plot2DController : PlotController

Visual Basic  Copy Code

Public Class Plot2DController
    Inherits PlotController

 Inheritance Hierarchy

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

 See Also