Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Working with C# Tooltip (Read 250 times)
Cajunman64
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 3
Joined: Apr 2nd, 2024
Working with C# Tooltip
Feb 24th, 2025 at 10:37am
Print Post  
I been trying to get tooltip to work on my project and been unsuccessful to to program this function into my project.
I will try to enable this function using one of your sample called "Real-time DateTime Series"
Note: the sample is a example of a live data line chart and the photo attached has part of the tooltip working as the user hoover the mouse over the series data line a circle will show but NO values will be displayed.
Can someone help me to correct this?
I was instructed before to other reference of the forum but couldn't understand how to apply the example would fit into my project....that why I am using your chart sample....thanks for the help
  

20250224_032118.jpg (Attachment deleted | 0 Downloads )
Real-time_DateTime_Series_.txt ( 3 KB | 13 Downloads )
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3364
Joined: Oct 19th, 2005
Re: Working with C# Tooltip
Reply #1 - Feb 24th, 2025 at 3:13pm
Print Post  
I think these lines from the txt file would hide tooltips:

seriesX.SupportedLabels = LabelKinds.None;

Try setting SupportedLabels to LabelKinds.ToolTip instead. Since you are using a custom MyDateTimeSeries class, please also verify its GetLabel method returns whatever string you expect as a tooltip for respective LabelKinds.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint