How to set a scrollbar to bottomaxis?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Dave A. Law
Newbie
Newbie
Posts: 5
Joined: Fri Oct 15, 2004 4:00 am

How to set a scrollbar to bottomaxis?

Post by Dave A. Law » Fri Oct 22, 2004 4:59 pm

While I can easily drop a TChartScrollbar onto my form and connect it to my chart, my problem is that the data is Date/Time format with potentially less than a day's worth of data. Given that the scrollbar's SmallChange and LargeChange are integers I don't know how to handle when set a value less then 1. Is there any way I can get this to work?

- Dave A. Law
NuFlo Measurement Systems

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 29, 2004 11:20 am

Hi Dave,

not, that I know of. You will have to create you custom ScrollBar.

Post Reply