SetHideLeader Method
Description
This method sets the display state of the leader line for the specified HOBPointInfo object.
Syntax
Visual Basic |
---|
Public Function SetHideLeader( _ ByVal i_nIndex As Integer, _ ByVal i_bNewValue As Long _ ) As Long |
Parameters
- i_nIndex
- i_bNewValue
Return Type
Long value of 0 or 1. 1 means the leader line is visible. 0 means the leader line is is hidden.
See Also