Page 1 of 1

TChartGrid

Posted: Tue Jun 21, 2005 10:29 am
by 9232480
Hi,

TChart 7.04
I'm using a ChartGrid, connected to a Chart --> Series1.
Series1.FillSampleValues(20);
So far so good.

However, when I click on the ChartGrid and hold down the DOWN KEY,
the ChartGrid starts scrolling beyond the size of the Series1, i.e. points (zeroos) are appended to the Series1.

Is there a trick too avoid this? My customer wants to have the ability to scroll down in the ChartGrid from start to end, but no automatic increase of the tracesize. (The mousewheel does NOT has this behaviour.)

Many thanks in advance for your help!

By the way, my previous question with dotted lines is solved by using fastline instead of normal series. Thanks!

Kind regards,

Davy

Posted: Mon Jun 27, 2005 3:30 pm
by Pep
Hi Davy,
Is there a trick too avoid this? My customer wants to have the ability to scroll down in the ChartGrid from start to end, but no automatic increase of the tracesize. (The mousewheel does NOT has this behaviour.)
Yes, you can disable this by setting the goEditing option to False.
By the way, my previous question with dotted lines is solved by using fastline instead of normal series. Thanks!
Thanks for the advise. !

TChartGrid

Posted: Tue Jun 28, 2005 1:47 pm
by 9232480
Hi Pep,

To be more complete:
ChartGrid1.OnKeyDown if Key = VK_DOWN --> - GoEditing
ChartGrid1.OnKeyUp if Key = VK_DOWN --> + GoEditing

However, do you publish a list when upgrading the product, describing changes on undocumented features like this one or dotted line series?

Rgds Davy

Posted: Thu Jun 30, 2005 9:50 am
by Pep
Hi Dany,

yes, we publish and include in the new installer a list of new features/changes and fixes that has been implemented.