Search found 21 matches

by CKBN
Wed Jun 29, 2011 2:32 pm
Forum: .NET
Topic: Relative vs. absolute time values on x-axis.
Replies: 4
Views: 6293

Re: Relative vs. absolute time values on x-axis.

Hi again Sandra,

This was exactly what I was hoping for.
Thanks a million!!!

BR
Christian
by CKBN
Tue Jun 28, 2011 2:39 pm
Forum: .NET
Topic: Relative vs. absolute time values on x-axis.
Replies: 4
Views: 6293

Re: Relative vs. absolute time values on x-axis.

Hi Sandra, Thanks for your reply. You example works as stated. I was just hoping that there was some way to subtract a constant value from the shown values on an axis, if you get my meaning. In your example, I would have to clear the entire chart, and redraw everything, including color lines, annota...
by CKBN
Wed Jun 22, 2011 8:48 am
Forum: .NET
Topic: Relative vs. absolute time values on x-axis.
Replies: 4
Views: 6293

Relative vs. absolute time values on x-axis.

Hi there, I hope you can help me. Our x-axis is always a DateTime axis. However, we would like to be able to switch between relative and absolute time, eg. switching from relTime.jpg to absTime.jpg and vice versa, without having to change the x-values within the line serie? Thanks in advance. BR, Ch...
by CKBN
Tue May 17, 2011 11:15 am
Forum: .NET
Topic: NearestPoint.Point = -1
Replies: 5
Views: 5355

Re: NearestPoint.Point = -1

Hi Yeray,

Thanks a lot. That gives me some better debug capabilities. I’m sure that the error is in my code. :shock:
Also, thanks for the tip about the RedGate's Reflector tool. I’ll definitely give it a try.

BR,
Christian
by CKBN
Tue May 17, 2011 11:06 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hello Yeray,

Fantastic – this was excatly what I was looking for.
Actually I half expected you guys to tell me that I was a noob, and that I just had to set this or that bool to false :D
Anyway – thanks for your great support.

BR,
Christian
by CKBN
Mon May 16, 2011 10:25 am
Forum: .NET
Topic: NearestPoint.Point = -1
Replies: 5
Views: 5355

Re: NearestPoint.Point = -1

Hi Sandra,

Sorry for the confusion, but my question is simply:
In what conditions will NearestPoint.GetNearestPoint(...) return -1?

Thanks a lot in advance.
Christian
by CKBN
Mon May 16, 2011 10:21 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hi Sandra, Thanks for your reply. Could you please have a look at the attached project, by adding the TeeChart.dll to the ..\TeeChartSandbox\TeeChartSandbox\DLL folder. When I click somewhere inside the chart an arrow appears pointing from the point I click to the annotation label. I would like the ...
by CKBN
Thu May 12, 2011 2:17 pm
Forum: .NET
Topic: NearestPoint.Point = -1
Replies: 5
Views: 5355

NearestPoint.Point = -1

Hi, What will make NearestPoint.Point equals -1? In my Steema.TeeChart.Tools.NearestPoint Change event handler most of my series works perfect, but for some series NearestPoint.Point always = -1 Also NearestPoint.GetNearestPoint(cursorPosition); returns -1. My event handler look like this: private S...
by CKBN
Wed May 11, 2011 2:57 pm
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hello, No problem. I’m sorry, I cant upload more pictures, as a picture says more than a 1000 words. :D But anyway – I’ll try to explain as well as I can. At the moment the annotation callout points at the annotation textbox. So the arrow points from a point on the graph to the textbox. What I would...
by CKBN
Mon May 09, 2011 9:15 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hallo Sandra, Sorry for not making myself clear. I was wounding if there were any way to make the Annotation.Callout arrow point at the selected point instead of the selected point instead of the Annotation itself. So something like in my post from "29 Apr 2011 11:08", pic: DrawLine2.jpg. Thanks Chr...
by CKBN
Mon May 02, 2011 10:47 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hi again Sandra,

I just realized that Annotation has a Callout property that will solve my problems.
Only thing is that the arrow points the wrong way.
Is there any way to invert the arrow, so it points away from the annotation?

Thanks
Christian
by CKBN
Mon May 02, 2011 7:27 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hi Sandra, Sure - I've attached the same ChartingSandbox project as last time (http://www.teechart.net/support/viewtopic.php?f=4&t=12258) :D Just add your TeeChart.dll to the .. \ChartingSandbox\Ellab.Charting\DLL folder and it should build and run. Please let me know it you have any problems. When ...
by CKBN
Fri Apr 29, 2011 3:05 pm
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Ohh … and one more question:
When I do a zoom, it doesn’t seems like that DrawLine From- and ToPoint gets updated. Is this a bug or am I doing something wrong/making the wrong assumptions?

Again thanks in advance.

/Christian
by CKBN
Fri Apr 29, 2011 11:10 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Sorry ... I ment: "and then create a new instance of the DrawLine Tool, for each line I need."
by CKBN
Fri Apr 29, 2011 11:08 am
Forum: .NET
Topic: Attaching an annotation to a DrawLine line
Replies: 17
Views: 15251

Re: Attaching an annotation to a DrawLine line

Hi again, I found another workaround – in the NewLine event I set the sender.EnableDraw = false, and then create a new instance for each line I need. Anyway – now I got another problem I can’t seem to figure out. I would like the lines to be rather wide (10pix), resulting in that the ‘selecting poin...