Graph.OnLegendSelect

Called when clicking on a plot legend.

Syntax Parameters Return Value
Event Graph.OnLegendSelect( _
    Code As LegendElement, _
    pElement As Object, _
    pAttribute As Object, _
    ByRef Cancel As Boolean)
  • Code [in]

    Type: LegendElement

  • pElement [in]

    Type: Object

  • pAttribute [in]

    Type: Object

  • Cancel [out]

    Type: Boolean

-