Search found 3 matches

by mhenley
Fri May 20, 2011 4:16 pm
Forum: VCL
Topic: Scrolling problems
Replies: 6
Views: 6465

Re: Scrolling problems

I am using TeeChart version 8.05.
This is the license that I have for now.

Please, test it in version 8 - so you can see the problem.

Regards,
Miguel Henley
by mhenley
Fri May 20, 2011 12:02 pm
Forum: VCL
Topic: Scrolling problems
Replies: 6
Views: 6465

Re: Scrolling problems

Hello, If you setup the property Points per Page you will see the problem. The first image shows the graph when the application fires up (as suggested by your example). The second image shows the graph after I press the Scroll button that trigger Chart1.Axes.Bottom.Scroll(1); Please, see the images ...
by mhenley
Wed May 18, 2011 3:24 pm
Forum: VCL
Topic: Scrolling problems
Replies: 6
Views: 6465

Scrolling problems

I have the following problem: A graph with only one serie: a bar serie. This series has a lot of bars that needs to be scrolled. When the series renders for the first time: the space beetween the bars is fine. When I do the scrool using the following code: chart1.BottomAxis.Scrool(1); the space beet...