ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartToolTip Class
Members

In This Topic
    ChartToolTip Class
    In This Topic
    Represents chart tooltip.
    Syntax
    'Declaration
     
    
    <ToolboxItemAttribute(False)>
    <ProvidePropertyAttribute("ToolTip", System.Windows.Forms.Control)>
    <DefaultEventAttribute("Popup")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <SRDescriptionAttribute("DescriptionToolTip")>
    <DesignerCategoryAttribute("Component")>
    Public Class ChartToolTip 
       Inherits System.Windows.Forms.ToolTip
    [ToolboxItem(false)]
    [ProvideProperty("ToolTip", System.Windows.Forms.Control)]
    [DefaultEvent("Popup")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [SRDescription("DescriptionToolTip")]
    [DesignerCategory("Component")]
    public class ChartToolTip : System.Windows.Forms.ToolTip 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.ToolTip
                C1.Win.Chart.ChartToolTip

    See Also