Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NDataZoomTool Class
Members


In This Topic
    NDataZoomTool Class
    In This Topic
    Represents a tool that allows the user to zoom in / out a chart using a rectangular selection.
    Object Model
    NDataZoomTool Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public Class NDataZoomTool 
       Inherits NChartPlotTool
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDataZoomTool
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public class NDataZoomTool : NChartPlotTool, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NTool
             Nevron.Chart.ThinWeb.NChartTool
                Nevron.Chart.ThinWeb.NChartPlotTool
                   Nevron.Chart.ThinWeb.NDataZoomTool

    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