Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ElementSelected Event


In This Topic
    ElementSelected Event
    In This Topic
    Occurs when a chart element is selected.
    Syntax
    'Declaration
     
    Event ElementSelected As EventHandler(Of ChartElementSelectedEventArgs)
    'Usage
     
    Dim instance As IChart
    Dim handler As EventHandler(Of ChartElementSelectedEventArgs)
     
    AddHandler instance.ElementSelected, handler
    Event Data

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

    PropertyDescription
    Gets the IChartObject owner.  
    Gets the hit test result.  
    Remarks
    This function works with Spread WPF only.
    See Also