Application.GraphOnToolTipDisplay
This event is called before Tool Tip display.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Application.GraphOnToolTipDisplay( _
GraphObject As Object, _
bScale As Boolean, _
Coords As Double(), _
pObject As Object, _
nPlotPoints As Integer, _
PlotPoints As Long(), _
ByRef text As String)
|
Type: Object
Type: Boolean
Type: Double()
Type: Object
Type: Integer
Type: Long()
Type: String |
- |