2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ShowTooltip Event

In This Topic
    ShowTooltip Event
    In This Topic
    Occurs when tooltip is shown.
    Syntax
    'Declaration
     
    Public Event ShowTooltip As ShowTooltipEventHandler
    public event ShowTooltipEventHandler ShowTooltip
    Event Data

    The event handler receives an argument of type ShowTooltipEventArgs containing data related to this event. The following ShowTooltipEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the chart group index.  
    Gets the data point index.  
    Gets the data series index.  
    Gets or sets the tooltip text.  
    See Also