<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'TChart and TLineSeries' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'TChart and TLineSeries' posted on the 'C++ Builder' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 20 Nov 2009 20:31:16 -0700</pubDate>
    <lastBuildDate>Fri, 20 Nov 2009 20:31:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>TChart and TLineSeries</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389219/389219/tchart-and-tlineseries/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
How can I change the name of a TLineSeries?&lt;br /&gt;
&lt;br /&gt;
When I add a line or fastline or any other kind of graphic into Tchart, I cannot change its name. It just adds series like (Series1, Series2 etc).&lt;br /&gt;
&lt;br /&gt;
I am using Builder C++ 6.0.&lt;br /&gt;
Thanks,&lt;br /&gt;
S.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389219/389219/tchart-and-tlineseries/</guid>
      <pubDate>Wed, 15 Apr 2009 06:22:07 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: TChart and TLineSeries</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389219/389293/re-tchart-and-tlineseries/#389293</link>
      <description>Hmm, seems this:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;Chart1-&amp;gt;Series[0]-&amp;gt;Title = "A changed name";&lt;/pre&gt;&lt;br /&gt;
does the trick :)&lt;br /&gt;
&lt;br /&gt;
Edit: If you want to change the names through Object Inspector, click [...] button on Title Property and in Chart tab, Series sub-tab there is a button named [Title]. That can change the name aswell.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389219/389293/re-tchart-and-tlineseries/#389293</guid>
      <pubDate>Thu, 16 Apr 2009 02:53:45 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: TChart and TLineSeries</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389219/389316/re-tchart-and-tlineseries/#389316</link>
      <description>&lt;br /&gt;
It is not the title that I would like to change but the actual name of the object (i.e. component).&lt;br /&gt;
&lt;br /&gt;
Upon adding a chart and a series, an object gets inserted in the class (header file) with a name such as:&lt;br /&gt;
&lt;br /&gt;
    TChart *Chart1;&lt;br /&gt;
    TLineSeries *Series1;&lt;br /&gt;
&lt;br /&gt;
How can I change the name of this object? Instead of Chart1 or Series1, I would like to have a more meaningful name.&lt;br /&gt;
&lt;br /&gt;
I wonder if I the charting object that comes with Builder professional is limited and I need to purchase the full version from Steema the product?!?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
S.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389219/389316/re-tchart-and-tlineseries/#389316</guid>
      <pubDate>Thu, 16 Apr 2009 06:38:28 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: TChart and TLineSeries</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389219/389321/re-tchart-and-tlineseries/#389321</link>
      <description>Oh, sorry, didn't get that :)&lt;br /&gt;
&lt;br /&gt;
I could change that name through Object Inspector. You should see the Combobox there (at the top of the Object Inspector window). One of the objects there is TLineSeries. When you choose it, just rename it in the property window.&lt;br /&gt;
&lt;br /&gt;
You can also select the object through Object TreeView.&lt;br /&gt;
&lt;br /&gt;
Hope it helps.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389219/389321/re-tchart-and-tlineseries/#389321</guid>
      <pubDate>Thu, 16 Apr 2009 07:24:23 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
  </channel>
</rss>