Nevron .NET Vision
Nevron.Chart.Windows Namespace / NTooltipTool Class
Members


In This Topic
    NTooltipTool Class
    In This Topic
    When present in the Tools collection instructs the control to display tooltips for the chart elements that have an assigned tooltip.
    Object Model
    NTooltipTool Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("Resources.Icons.Tools.Tooltip.png")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.Windows.NAxisScrollTool)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NChartNodeTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NTooltipTool 
       Inherits NInteractivityTool
       Implements Nevron.Chart.INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTooltipTool
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("Resources.Icons.Tools.Tooltip.png")]
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.Windows.NAxisScrollTool)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NChartNodeTypeConverter)]
    [System.Serializable()]
    public class NTooltipTool : NInteractivityTool, Nevron.Chart.INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NChartNode
          Nevron.Chart.NChartElement
             Nevron.Chart.Windows.NTool
                Nevron.Chart.Windows.NInteractivityTool
                   Nevron.Chart.Windows.NTooltipTool

    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