Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataZoomTool Class
Members


In This Topic
    DataZoomTool Class
    In This Topic
    The DataZoomTool controls the data zooming feature of the control in WinForms.
    Object Model
    DataZoomTool Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class DataZoomTool 
       Inherits ChartMouseTool
    'Usage
     
    Dim instance As DataZoomTool
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class DataZoomTool : ChartMouseTool 
    Remarks
    You enable data zooming by a adding an instance of this object to the Interactivity collection of the control.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.InteractivityOperation
          Xceed.Chart.GraphicsCore.DragOperation
             Xceed.Chart.Core.ChartMouseTool
                Xceed.Chart.Core.DataZoomTool

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also