(working in VB.6, sending a Stream to a Tag, for a Chart object within HTML Tamplat)
I have this :
With Chart1.Series(0).asGantt
.AddGanttColor CDate(lngStartTimeTarget),CInt(lngSetupTime), intVerticalIndexs, strMachineName, vbYellow
.AddGanttColor CDate(lngStartTimeTarget), CDate(lngEndTimeTarget), intVerticalIndexs, strMachineName, vbGreen
End With....
The data comes from a RecordSet within Wile Loop.
what I'm trying to do: add special Mark to each one of the points on each bar (a different RecordSet value), without changing the hole bar name and without naming tha X value Like the mark. you offered me the "PointLabel" but it changes the
the X as well, it does not help me, maybe you know a different way...? thank's, again.....
I looked at Tutorial 8 as well, if you send me there i would like a little guidance if possible....
Different Marks then the X value, Gantt CHart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Emerald,
Then you may be interested in using OnGetSeriesMark event as shown in Tutorial 6?
Then you may be interested in using OnGetSeriesMark event as shown in Tutorial 6?
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 |