Search found 42 matches

by bingo72
Wed Nov 22, 2006 12:24 pm
Forum: VCL
Topic: Problems with Series...
Replies: 7
Views: 10924

Problems with Series...

http://www.bos.at/downloads/Chart.jpg Hello Experts!! I have some troubles with my Series which are shown above... I capture some SensorData and want to show them on the chart. I capture over 30 secs. but I see only values till approx. 21 secs??!! Where are the remaining values?? I controlled the v...
by bingo72
Mon Oct 30, 2006 1:11 pm
Forum: VCL
Topic: Symbols on a timeline...
Replies: 1
Views: 3434

Symbols on a timeline...

Hello Steema-Experts!! I use a Tee-Chart where the x-axis is my timeline. In some situations I want to set trackmarks on the x-axis. These trackmarks should be little symbols which I have created before (some little gifs or something else). When I click on one of these symbols than the chart should ...
by bingo72
Mon Oct 30, 2006 8:12 am
Forum: VCL
Topic: Zoom out...
Replies: 5
Views: 6869

Another question to zooming...

How can I adjust the benchmark of the x-axis when I'm zoom in?? Now I set a (increment) label all 7 secs. (--> 30 secs. is the length of my x-axis of my Chart) so I have a time-label round each quarter on my x-axis. But thats not good because its 'static'!! What I want is a 'dynamic' solution...so t...
by bingo72
Mon Oct 30, 2006 7:20 am
Forum: VCL
Topic: Zoom out...
Replies: 5
Views: 6869

The zoom-out-problem is solved!! I implemented the Chart1.undozoom procedure in an event of a popup...it works fine!!
by bingo72
Mon Oct 30, 2006 6:58 am
Forum: VCL
Topic: Zoom out...
Replies: 5
Views: 6869

Hello Narcis!! Thank you for the lines. But where I have to implement this lines?? OnFormShow?? On a ActionListener of a Popup over the Chart?? AND its fine when I can move the graphical results in the chart (--> scrollMouseButton) but is it also possible to allow this movements only in horizontal d...
by bingo72
Wed Oct 25, 2006 2:32 pm
Forum: VCL
Topic: Zoom out...
Replies: 5
Views: 6869

Zoom out...

Hello Experts!!

How can I zoom out in a tee-chart....I want do this with the right-mouse-click!! I searched in the forum but didn't find the right tip...

Bye
Thomas
by bingo72
Wed Oct 25, 2006 2:02 pm
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

Thank you very much for your help!! :wink:
by bingo72
Wed Oct 25, 2006 1:04 pm
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

The second question is solved....I got the data on the tee-chart and have also the vertical line in the middle. So is there a possibility to solve also the question with a line in the middle that have other color and thickness??!! :roll:
by bingo72
Wed Oct 25, 2006 11:26 am
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

Ohh yes and I got my time in milliseconds...the time since the measure was started!!
by bingo72
Wed Oct 25, 2006 11:22 am
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

Hello Narcis!! I'm on the way to solve my problem...what I found out is very simple: I draw a black vertical line on a black background....*great shame* :oops: I have 2 little questions they could help on: +) Can I paint the vertical drawn line in other colors?? So that I have a green or red vertica...
by bingo72
Tue Oct 24, 2006 12:18 pm
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

Hello Narcis!!

Yes your sample-code works also great for me...
I send you my code to your newsgroup....also the settings of my tee-chart...I suggest that its a mistake by my settings in the chart...

Bye
Thomas
by bingo72
Tue Oct 24, 2006 10:13 am
Forum: VCL
Topic: TeeChart Pro6....Problem with vertical line...
Replies: 8
Views: 9661

TeeChart Pro6....Problem with vertical line...

Hello Experts!! I draw a line in the middle of a TeeChart like this at design-time (Axis --> Scaling: half step of the MIN-MAX-difference ...) http://www.bos.at/downloads/DesignTime.jpg I capture data from a sensor at realtime and want to show this data in the chart. But at runtime the labels of the...