Library.GraphOnToolTipDisplay

This event is called before Tool Tip display.

Syntax Parameters Return Value
Event Library.GraphOnToolTipDisplay( _
    GraphObject As Object, _
    bScale As Boolean, _
    Coords As Double(), _
    pObject As Object, _
    nPlotPoints As Integer, _
    PlotPoints As Long(), _
    ByRef text As String)
  • GraphObject [in]

Type: Object

  • bScale [in]

Type: Boolean

  • Coords [in]

Type: Double()

  • pObject [in]

Type: Object

  • nPlotPoints [in]

Type: Integer

  • PlotPoints [in]

Type: Long()

  • text [in,out]

Type: String

-