ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / ShowTooltip Event

In This Topic
    ShowTooltip Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ShowTooltip As C1.Win.C1Chart.ShowTooltipEventHandler
    public event C1.Win.C1Chart.ShowTooltipEventHandler ShowTooltip
    Event Data

    The event handler receives an argument of type C1.Win.C1Chart.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