Hello!
I want to ask about the Line TeeChart: I need a graph that represents one
line that connectin all the points I add,how do I do it? (I choosed the
line chart and it build a line for each point and I need one line for all
the points)?
Thanks!
line
Hi,
I'm sorry, I'm not sure what you refer. Using a Line Series style should do the trick, it connects all the pooint added. Also you can make the pointer visible or invisible.
Could you please be more specific ?
I'm sorry, I'm not sure what you refer. Using a Line Series style should do the trick, it connects all the pooint added. Also you can make the pointer visible or invisible.
Could you please be more specific ?
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi .net,
You can implement the chart ClickSeries event and get the clicked X and Y values with:
You can implement the chart ClickSeries event and get the clicked X and Y values with:
Code: Select all
tChart1.Series[0].XValues.Value[valueIndex]
tChart1.Series[0].YValues.Value[valueIndex]
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |