Page 1 of 1

Different Marks then the X value, Gantt CHart

Posted: Thu Dec 21, 2006 1:52 pm
by 9525074
(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.... :?

Posted: Thu Dec 21, 2006 4:19 pm
by narcis
Hi Emerald,

Then you may be interested in using OnGetSeriesMark event as shown in Tutorial 6?