Tooltip points on the chart  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
User avatar
orad
Posts: 121
Joined: 14 Nov 2012
Has thanked: 50 times
Been thanked: 20 times

Tooltip points on the chart

Postby orad » 24 Dec 2014

Hi,

When I plot a point on the chart I want to make more information available for it so that when the user clicks on the point or hovers mouse over it, then it shows a small window or tooltip with details. Is there any way, or any plot type to do this?

Thanks!

P.S.: I wished MultiCharts.NET supported WPF and XAML. We really could make our charts dance with all kinds of visualizations. I know that MC.NET uses GDI+ but still there might be ways to integrate, or overlay, WPF in it.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Tooltip points on the chart  [SOLVED]

Postby Henry MultiСharts » 26 Dec 2014

Hello orad,

That is possible to output information using ExpertCommentary, that is the easiest solution.
If you want to use WPF - you can create a library with all the forms and plot them when it is required. There is no MouseMove event in MultiCharts .NET though, only MouseClick.


Return to “MultiCharts .NET”