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


In This Topic
    NDataPanTool Class
    In This Topic
    Represents a chart tool that allows the user to click and drag the visible plot area
    Object Model
    NDataPanTool Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public Class NDataPanTool 
       Inherits NChartPlotTool
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDataPanTool
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public class NDataPanTool : 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.NDataPanTool

    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