Search
ZoomController Class
See Also
 






Represents a controller that zooms into plot's data range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class ZoomController : Plot2DController

Visual Basic  Copy Code

Public Class ZoomController
    Inherits Plot2DController

 Inheritance Hierarchy

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

 See Also