Search found 35 matches

by Gertrude
Thu Jul 31, 2008 5:37 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Hi

Thanks.

I think I have worked out the code Ok now.

Thanks again

Colin
by Gertrude
Wed Jul 30, 2008 5:51 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Hi I meant, I would like to be able to use it outside of the editor - to be able to put it on a form but link it to a chart. The problem with a trackbar is it consists of a series of discrete steps, whereas a scroll bar is essentially continuous. I had not thought of looking tin the 3-d section as m...
by Gertrude
Wed Jul 30, 2008 9:35 am
Forum: VCL
Topic: Stacked Line Charts
Replies: 4
Views: 9235

Thanks for pointing me to that example.

i think I have now worked out how to do what I want.

regards

Colin
by Gertrude
Wed Jul 30, 2008 9:30 am
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Hi

I cannot find the zoom slider in the design time editor.

Do you mean the Chart Editor?

I looked on its zoom and scroll page and saw no zoom slider.

Is there any chance that the zoom slider could become a separate TeeChart component that we could use at run-time?

Thanks

Colin
by Gertrude
Tue Jul 29, 2008 6:46 pm
Forum: VCL
Topic: Stacked Line Charts
Replies: 4
Views: 9235

Thanks for letting me know how it works.

i was afraid that was the way. I was hoping I would not have to do all the interpolation.

Regards

Colin
by Gertrude
Mon Jul 28, 2008 6:32 pm
Forum: Wishes and ideas
Topic: Rearranging the Series order
Replies: 1
Views: 25179

Rearranging the Series order

Hi

It would be nice if we could reorder the series by dragging their entries in the legend box into the desired order.
by Gertrude
Mon Jul 28, 2008 6:28 pm
Forum: VCL
Topic: Stacked Line Charts
Replies: 4
Views: 9235

Stacked Line Charts

Hi 1) Is it possible to stack line charts when not all of the x coordinates are the same? 2) Actually, I would like to just display a line series which is identical to the final result of stacking several line charts (not all having the same x values), without having to actually stack the individual...
by Gertrude
Thu Jul 24, 2008 5:33 pm
Forum: VCL
Topic: Disabling/restricting scrolling and zooming
Replies: 7
Views: 12052

Hi Many thanks for that code. It worked great for scrolling. However, I tried to use the same code, to similarly restrict zooming. However that did not work at all. There is a difference, because zooming is usually symmetric, but when a bounding point is reached, then the zoom has to be asymmetrical...
by Gertrude
Wed Jul 23, 2008 5:58 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Hi OK The problem with all the methods except using a scrollbar is that the user needs to be told somehow how to scroll the chart. A user is used to the idea of a scrollbar scrolling the screen. But a scrollbar on a TeeChart covers the whole of the side, and so you would expect the panel to scroll n...
by Gertrude
Tue Jul 22, 2008 7:25 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

HI I've now found out why the ChartTools were not showing at runtime. It is because I had unknowingly disabled the chart. Now, I've enabled the chart, they appear. The only problem, I now have with the 2 sets of arrows, is that only one of them gets the click event, no matter how hard I try to click...
by Gertrude
Tue Jul 22, 2008 5:47 pm
Forum: VCL
Topic: Disabling/restricting scrolling and zooming
Replies: 7
Views: 12052

Hi As I mentioned in my first email, that is precisely what I did. However, if say I fix the left hand horizontal minimum to be the value zero, then it is OK if I then drag the mouse leftwards, because the minimum visible chart value is then greater than zero. However, if I drag the mouse rightwards...
by Gertrude
Tue Jul 22, 2008 5:40 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Hi Thanks for your reply. I was afraid that you meant standard buttons. I really want to use the Chartarrowtools as to me they are aesthetically the least worst way available for the user to scroll the axis. I have not had time to investigate why the arrows do not show up at runtime. I will try and ...
by Gertrude
Sat Jul 19, 2008 3:16 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

Many thanks for your reply. Sorry, but I do not understand what you mean about using little buttons. How do I put little buttons on the chart axis? My axisarrows disappear at runtime and my annotation tool fails to respond to a click event at run time although it does show up at runtime. I have not ...
by Gertrude
Sat Jul 19, 2008 3:10 pm
Forum: VCL
Topic: Disabling/restricting scrolling and zooming
Replies: 7
Views: 12052

Restricting scrolling/zooming

Many thanks for your helpful answers. However I probably did not explain things clearly enough when I talked about restricting scrolling and/or zooming to a region. For example if a vertical axis originally goes from 0 to 100 in values, then if a 10% zoom is made, the axis values normally then go fr...
by Gertrude
Wed Jul 16, 2008 7:13 pm
Forum: VCL
Topic: 2 sets of axisarrowtools for the same axis
Replies: 13
Views: 20750

2 sets of axisarrowtools for the same axis

Hi is it possible to have 2 sets of axis arrow tools for the same axis? I was thinking of using a pair of small arrows to scroll by a small percentage and a pair of large arrows to scroll by a much larger percentage. I was going to put the small arrow on top of the large arrow. If I click on the sma...