FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / ChartToolTip Class / Draw Event

In This Topic
    Draw Event (ChartToolTip)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Draw As System.Windows.Forms.DrawToolTipEventHandler
    public event System.Windows.Forms.DrawToolTipEventHandler Draw
    Event Data

    The event handler receives an argument of type System.Windows.Forms.DrawToolTipEventArgs containing data related to this event. The following DrawToolTipEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the control for which the System.Windows.Forms.ToolTip is being drawn.  
    Gets the window to which this System.Windows.Forms.ToolTip is bound.  
    Gets the size and location of the System.Windows.Forms.ToolTip to draw.  
    Gets the font used to draw the System.Windows.Forms.ToolTip.  
    Gets the graphics surface used to draw the System.Windows.Forms.ToolTip.  
    Gets the text for the System.Windows.Forms.ToolTip that is being drawn.  
    See Also