Search found 7 matches

by Exact Software
Wed Apr 07, 2004 12:31 pm
Forum: .NET
Topic: How to 'name' a Colorline ?
Replies: 2
Views: 8016

Thanks !

Adding a fake fastline (line series get messed up in the legend in a 3D chart) series to my chart works nice.
by Exact Software
Tue Apr 06, 2004 12:05 pm
Forum: .NET
Topic: How to 'name' a Colorline ?
Replies: 2
Views: 8016

How to 'name' a Colorline ?

I have two series in my chart which i show in a legend, that works fine. Then i add a colorline to the chart, of which the x-axis has a datetime scale, which represents an important date (f.e. a deadline). I would like to show the user in the legend that that colorline represents f.e. 'Deadline'. Ho...
by Exact Software
Tue Feb 24, 2004 12:28 pm
Forum: .NET
Topic: Labels in Gantt chart disappear in new build
Replies: 7
Views: 17703

Thanks a lot marc ! Your workaround does the job and my gantt chart looks nice again.

Do you have any idea when this bug will be solved ?
by Exact Software
Tue Feb 24, 2004 9:07 am
Forum: .NET
Topic: Labels in Gantt chart disappear in new build
Replies: 7
Views: 17703

Can anybody please look into this problem, or tell me what more information you need ?

This is critical functionality !
by Exact Software
Fri Feb 13, 2004 2:40 pm
Forum: .NET
Topic: Labels in Gantt chart disappear in new build
Replies: 7
Views: 17703

Dear Pep, Thanks for your answer. Unfortunately i cannot send you the complete code, it is built on top of our own DLL's. I can give you some snippets though: this is basically how my code works. In an aspx page I declare a webchart, and add a gantt series Dim wchart As Web.WebChart = New Web.WebCha...
by Exact Software
Thu Feb 12, 2004 3:42 pm
Forum: .NET
Topic: Labels in Gantt chart disappear in new build
Replies: 7
Views: 17703

Labels in Gantt chart disappear in new build

Since i am using the last build (1.1.1499.42325) i have a problem with my gantt charts. Some of the labels (Y-Axis) don't appear on the chart anymore. When i am stepping through my code i see that the Add method is called correctly. Public Function Add(ByVal start As Date, ByVal endDate As Date, ByV...
by Exact Software
Thu Feb 12, 2004 3:25 pm
Forum: .NET
Topic: Linking data to a calendar class
Replies: 1
Views: 7313

Linking data to a calendar class

Hi, i want to link data to a calendar class so i can, for example, show all the public holidays for the person who is viewing the calendar. I also want to show when he took days off, when he has weekend etc. Just being able to change the backgroundcolor f.e. would be very nice. I've read in this top...