Search found 9 matches
- Thu Sep 22, 2005 3:55 pm
- Forum: ActiveX
- Topic: Cross-hatching regions in graph
- Replies: 7
- Views: 10936
Same approach for .NET?
Actually this is the same thing I need to do, but I have the TeeChart for .NET v 1. Is this approach available in that version? I do not need the transparancy(right now any way)
- Tue Sep 06, 2005 11:16 am
- Forum: .NET
- Topic: Custom drawing ratated text
- Replies: 3
- Views: 8033
thanks...
thanks a lot.
Saved my *ss again
Saved my *ss again
- Tue Sep 06, 2005 10:36 am
- Forum: .NET
- Topic: Custom drawing ratated text
- Replies: 3
- Views: 8033
Custom drawing ratated text
Hi. I'm writing custom text using the Canvas.RotateLabel(). Canvas.TextOut() methods. all works as expected, but I would need to be able to specify the color of the rotated text. I tried using the mCanvas.Pen.Color property, that affects lines drawn using Canvas.LineTo methods, but not text written ...
- Mon Aug 29, 2005 11:45 am
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
- Mon Aug 29, 2005 10:39 am
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
firewall problems
It seems that our company firewall blocks NNTP traffic, is it possible for me to email the source (582 kB zipped) ?
- Mon Aug 29, 2005 10:29 am
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
Hi and thanks again for the quick reply. My problem is not how to make the axis visible(I think) it is just that when I make them visible, the labels does not show up, unless otherside is true, which I do not want it to. I post a solution and example code now, please look at the code and tell me wha...
- Mon Aug 29, 2005 7:24 am
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
- Mon Aug 29, 2005 6:20 am
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
Thankyou for the quick reply. But, if I make all axes visible, all labels/Titles/grids will be visible too. So this will create a major mess with all labels stacked upon eachother. So what I want is: - All horizontal axes is on the same position - Only one axis visible at a time, with all labels for...
- Fri Aug 26, 2005 1:33 pm
- Forum: .NET
- Topic: Multiple custom horizontal axes
- Replies: 10
- Views: 13012
Multiple custom horizontal axes
I am having multiple horizontal axes for displaying multiple independent curve data with different units on the x axis. The idea is to have only one horizontal axis visible at the time but multiple curve data visible at the same time. This means that some of the data visible is related to x values o...