Search found 2 matches

by amadeus
Fri Apr 13, 2007 12:23 pm
Forum: ActiveX
Topic: Bar chart question
Replies: 3
Views: 10264

Thank's Yeray, that's work fine in VB. Now i try to execute the same thing in an ASP page. The chart is export in JPEG with this command. Set Chart1 = CreateObject("TeeChart.TChart") ----- ----- Response.BinaryWrite Chart1.Export.asJPEG.SaveToStream The HTML page who call my asp page work fine and t...
by amadeus
Thu Apr 12, 2007 7:19 pm
Forum: ActiveX
Topic: Bar chart question
Replies: 3
Views: 10264

Bar chart question

I have a 4 group of 6 series in a bar chart. Each series represent a status.
I need to change the group label on the axis to Q1, Q2, Q3 and Q4 instead of 0, 1, 2 and 3.

How can i code this in VB6.

Thanks