Search found 9 matches

by tekwiz
Thu Sep 22, 2005 3:55 pm
Forum: ActiveX
Topic: Cross-hatching regions in graph
Replies: 7
Views: 10882

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)
by tekwiz
Tue Sep 06, 2005 11:16 am
Forum: .NET
Topic: Custom drawing ratated text
Replies: 3
Views: 7987

thanks...

thanks a lot.
Saved my *ss again :-)
by tekwiz
Tue Sep 06, 2005 10:36 am
Forum: .NET
Topic: Custom drawing ratated text
Replies: 3
Views: 7987

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 ...
by tekwiz
Mon Aug 29, 2005 11:45 am
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

Thanks, works as a charm :-)
I had tried to "lift" the axes by their placement, but I had not tried to increase the margins.

Thanks a lot. :-)
by tekwiz
Mon Aug 29, 2005 10:39 am
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

firewall problems

It seems that our company firewall blocks NNTP traffic, is it possible for me to email the source (582 kB zipped) ?
by tekwiz
Mon Aug 29, 2005 10:29 am
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

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...
by tekwiz
Mon Aug 29, 2005 7:24 am
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

Is it possible for me to post code that illustrates the behaviour?
Or is it too long and too much work for you guys?
by tekwiz
Mon Aug 29, 2005 6:20 am
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

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...
by tekwiz
Fri Aug 26, 2005 1:33 pm
Forum: .NET
Topic: Multiple custom horizontal axes
Replies: 10
Views: 12913

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...