Board index » cppbuilder » TEE Chart Problem

TEE Chart Problem


2003-10-17 10:18:46 PM
cppbuilder14
I'm using the TEEChart with a simple horizontal bar graph. I have a max of
15 horizontal bars per page. The problem occurs if I get more than one page
of data. I go to the next page and display the remaining bars. However, when
I click on one of the bars and get the ClickSeries() event, the ValueIndex
is not always correct. If I just have one bar on that page, the ValueIndex
might be a 3. It seems to be random. If I just have one page of bars, the
ValueIndex is always correct. Any ideas?
Thanks,
Terry
 
 

Re:TEE Chart Problem

I noticed that it only fails if I have two pages of data with only one bar
on the last page. Anything else seems to work OK.
Regards,
Terry