Is there a way to increase the area which will activate the 'OnClickAxis' function? I would have thought that simply clicking the numbers would work but you have to click within the tick size range.
- Dave A. Law
NuFlo Measurement Systems
Search found 5 matches
- Wed Jun 01, 2005 9:19 pm
- Forum: VCL
- Topic: Increase 'OnClickAxis' activation area?
- Replies: 2
- Views: 4871
- Tue May 17, 2005 3:58 pm
- Forum: VCL
- Topic: Program Crash - Please Help
- Replies: 3
- Views: 6559
- Mon May 16, 2005 5:25 pm
- Forum: VCL
- Topic: Program Crash - Please Help
- Replies: 3
- Views: 6559
- Mon May 16, 2005 4:08 pm
- Forum: VCL
- Topic: Program Crash - Please Help
- Replies: 3
- Views: 6559
Program Crash - Please Help
I have an application developed in C++ Builder 6 with TeeChart 7.03 that was working last week, yet after recompiling today whenever I run it I get an exception error where it crashes on Teetools:initialization. What is going wrong?
- Dave A. Law
NuFlo Measurement Systems
- Dave A. Law
NuFlo Measurement Systems
- Fri Oct 22, 2004 4:59 pm
- Forum: VCL
- Topic: How to set a scrollbar to bottomaxis?
- Replies: 1
- Views: 3954
How to set a scrollbar to bottomaxis?
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 th...