1 ) The Data Editor available in the TeeChart editor not shows proper decimal places. Our data have more decimal places but TeeChart data editor shows less decimal places.
We want to show decimal places according to our data decimal places.
e.g 123.04783673 and 125.889067663 these values would be as it is shown.
2 ) We change Legend




Code: Select all
For i = 0 To TChart1.SeriesCount - 1
TChart1.Series(i).Active = True
Next
Is it possible we see only those series that are selected ?
Thanks & Regards
[/list][/b]