Search
SeriesRenderer.SetToolTip Method
See Also
 






Sets tooltip text and location.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual void SetToolTip (
    string text,
    Point location
)

Visual Basic  Copy Code

Protected Overridable Sub SetToolTip( _
    text As String, _
    location As Point _
)

 Parameters

text

A string specifying tooltip text.

location

A Point specifying tooltip location.

 See Also