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

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

    The event handler receives an argument of type System.Windows.Forms.PopupEventArgs containing data related to this event. The following PopupEventArgs 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.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets a value indicating whether the ToolTip is displayed as a standard rectangular or a balloon window.  
    Gets or sets the size of the ToolTip.  
    See Also