property Note.PartToolTipTitle(Part as NotePartEnum) as String
Specifies the title tooltip being shown when the cursor hovers the the part of the note.

TypeDescription
Part as NotePartEnum A NotePartEnum expression that specifies the part with the tooltip.
String A String expression that indicates the title to be shown for the part's tooltip.
By default, the PartToolTipTitle property is empty. The tooltip is shown if the cursor hovers the part, if the PartToolTip or PartToolTipTitle property is not empty. Use the ToolTipWidth property to specify the width of the tooltip window. The ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears. Use the <font> element to specify a different font or size for the tooltip, or use the ToolTipFont property to specify a different font or size for all tooltips in the control. The Tooltip(0, -4, , , , , ) event occurs once the note's tooltip (Note.PartToolTip) is about to be shown (-4 if the mouse pointer hovers the notes of the chart).