Thanks !
Adding a fake fastline (line series get messed up in the legend in a 3D chart) series to my chart works nice.
Search found 7 matches
- Wed Apr 07, 2004 12:31 pm
- Forum: .NET
- Topic: How to 'name' a Colorline ?
- Replies: 2
- Views: 8079
- Tue Apr 06, 2004 12:05 pm
- Forum: .NET
- Topic: How to 'name' a Colorline ?
- Replies: 2
- Views: 8079
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...
- Tue Feb 24, 2004 12:28 pm
- Forum: .NET
- Topic: Labels in Gantt chart disappear in new build
- Replies: 7
- Views: 17949
- Tue Feb 24, 2004 9:07 am
- Forum: .NET
- Topic: Labels in Gantt chart disappear in new build
- Replies: 7
- Views: 17949
- Fri Feb 13, 2004 2:40 pm
- Forum: .NET
- Topic: Labels in Gantt chart disappear in new build
- Replies: 7
- Views: 17949
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...
- Thu Feb 12, 2004 3:42 pm
- Forum: .NET
- Topic: Labels in Gantt chart disappear in new build
- Replies: 7
- Views: 17949
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...
- Thu Feb 12, 2004 3:25 pm
- Forum: .NET
- Topic: Linking data to a calendar class
- Replies: 1
- Views: 7468
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...