Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / TooltipInteractivityOperation Class
Members


In This Topic
    TooltipInteractivityOperation Class
    In This Topic
    When present in the InteractivityOperations collection instructs the control to display tooltips for the chart elements that have an assigned tooltip.
    Object Model
    TooltipInteractivityOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class TooltipInteractivityOperation 
       Inherits InteractivityOperation
    'Usage
     
    Dim instance As TooltipInteractivityOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class TooltipInteractivityOperation : InteractivityOperation 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.InteractivityOperation
          Xceed.Chart.GraphicsCore.TooltipInteractivityOperation

    Public Constructors
     NameDescription
    Public ConstructorCreates a new TooltipInteractivityOperation object with default settings.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public PropertyControls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.  
    Public PropertyGets or sets the time that passes before the tooltip appears.  
    Public PropertyGets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one chart element to another.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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