Different Marks then the X value, Gantt CHart

TeeChart for ActiveX, COM and ASP
Post Reply
Emerald
Newbie
Newbie
Posts: 7
Joined: Thu Dec 02, 2004 5:00 am

Different Marks then the X value, Gantt CHart

Post by Emerald » Thu Dec 21, 2006 1:52 pm

(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.... :?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Dec 21, 2006 4:19 pm

Hi Emerald,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply