Graph.OnPointSelect

Called when clicking on a point.

Syntax Parameters Return Value
Event Graph.OnPointSelect( _
    Points As PointCollection, _
    ByRef Cancel As Boolean)
  • Points [in]

    Type: PointCollection

  • Cancel [out]

    Type: Boolean

-