Recent

Author Topic: Chart.Series[i].Title has vanished in current SVN  (Read 3361 times)

Martin V

  • Full Member
  • ***
  • Posts: 139
Chart.Series[i].Title has vanished in current SVN
« on: November 04, 2011, 09:34:15 am »
Hello,

with the current SVN, tachart has changed and my code does not work anymore:

Code: [Select]
Chart.Series[i].Title := 'something';
The reason is, that the property tBasicChartSeries.Title has vanished, also the procedure SetTitle.

Is this a bug or do I have to modify my code? In the code TAGraph.pas there are no comments where the code has gone. Meanwhile, I use the old TAGraph source.

Ask

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 687
Re: Chart.Series[i].Title has vanished in current SVN
« Reply #1 on: November 04, 2011, 10:07:26 am »
Code: [Select]
TCustomChartSeries(Chart.Series[i]).Title := 'something';

 

TinyPortal © 2005-2018