OK, I got it to work now. I forgot to declare the SeriesIndex variable.
Thanks!
Search found 5 matches
- Mon Jun 09, 2008 8:08 am
- Forum: ActiveX
- Topic: Teechart fastline tooltips?
- Replies: 4
- Views: 9240
- Fri Jun 06, 2008 12:00 pm
- Forum: ActiveX
- Topic: Teechart fastline tooltips?
- Replies: 4
- Views: 9240
Thanks a lot, and it seems to work too. The only thing that I can't get to happen, is this: I'd like it to show the series' name as well. The value that's displayed is okay, but it always adds the name of the first series, and not the one the cursor hovers over. Private Sub TChart1_OnMarkTipToolGetT...
- Thu Jun 05, 2008 10:21 am
- Forum: ActiveX
- Topic: Teechart fastline tooltips?
- Replies: 4
- Views: 9240
Teechart fastline tooltips?
Hi, I'm wondering whether it's possible to add some sort of tooltip to each series' fastline in a teechart (version 7 ActiveX). We display up to 30 lines in one chart, which sometimes makes it a bit blurry to read line names and values. Therefore it would be easy to have each line's name and value d...
- Fri Jan 26, 2007 10:47 am
- Forum: ActiveX
- Topic: Date in bar series X-axis
- Replies: 3
- Views: 12156
- Fri Jan 26, 2007 9:19 am
- Forum: ActiveX
- Topic: Date in bar series X-axis
- Replies: 3
- Views: 12156
Date in bar series X-axis
Hi, when using a bar series graph, we display the date in the horizontal axis. This works fine when multiple dates are displayed (more than one bar), but when only a single bar is displayed, no date is shown (just something like 00-00-00). The VB code seems to be fine, in both cases the series .date...