Problem with diappearing labels
Posted: Tue Dec 05, 2006 12:14 am
Hi All,
I have a problem with a disappearing label. Initially, tPointSeries is used to display some data:
Then, the user chooses to change it to a bar chart, which invokes only this code:
ChangeAllSeriesType( Chart, TBarSeries );
However, the 4th X-axis label (ABC Chemical Ltd) disappears:
If ChangeAllSeriesType is then used to change it back to a Point series, the label re-appears, and it also appears if changed to a Line series.
Also, this problem is happening on two different PCs, but not on a third, where the label appears OK. So I'm guessing it's a video driver issue. Is there anything that can be done to resolve it (some property setting)? TIA!
I have a problem with a disappearing label. Initially, tPointSeries is used to display some data:
Then, the user chooses to change it to a bar chart, which invokes only this code:
ChangeAllSeriesType( Chart, TBarSeries );
However, the 4th X-axis label (ABC Chemical Ltd) disappears:
If ChangeAllSeriesType is then used to change it back to a Point series, the label re-appears, and it also appears if changed to a Line series.
Also, this problem is happening on two different PCs, but not on a third, where the label appears OK. So I'm guessing it's a video driver issue. Is there anything that can be done to resolve it (some property setting)? TIA!