Jump to content
Software FX Community

Custom Tooltip in Datapoints in Line Chart


arun

Recommended Posts

Hi,

The ToolTipFormat property allows to control the information to be displayed in the tooltip when the user moves the mouse over a particular data point in the chart. If you specify the "L" parameter, the tooltip will show the text property of the Point object. Chart1.ToolTipFormat = "%L" ; Chart1.Points[0, 0].Text = "Custom text" ; You just need to loop through the data you want to display for each point. Regards,

RandyJ

post-4936-13922409744882_thumb.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...