<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Chart reset problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Chart reset problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 23:57:14 +0000</pubDate>
  <lastBuildDate>Sun, 18 Jun 2017 10:51:53 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23339</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Chart reset problem : UseChartControl1.Content.Titles.DeleteAllbefore...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23339&amp;PID=75887&amp;title=chart-reset-problem#75887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8886">wrecks</a><br /><strong>Subject:</strong> 23339<br /><strong>Posted:</strong> 18 June 2017 at 10:51am<br /><br />Use<div>&nbsp;ChartControl1.Content.Titles.DeleteAll</div><div>before you&nbsp;</div><div><div>&nbsp;ChartControl1.Content.Titles.Add</div></div><div><br></div><div>Or, you might be better off just deleting the entire chart each time you start again.</div>]]>
   </description>
   <pubDate>Sun, 18 Jun 2017 10:51:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23339&amp;PID=75887&amp;title=chart-reset-problem#75887</guid>
  </item> 
  <item>
   <title><![CDATA[Chart reset problem : Hi.I&amp;#039;m a beginner of VB.net...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23339&amp;PID=75795&amp;title=chart-reset-problem#75795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9160">sword warrior</a><br /><strong>Subject:</strong> 23339<br /><strong>Posted:</strong> 19 May 2017 at 4:05am<br /><br />Hi.<br><br>I'm a beginner of VB.net and tried to build a line chart. Every time I run the code,it seems that chartcontrol doesn't refresh itself,just keep print the title.Here's my code:<br><br>Public Sub ChartControl1_Initialize()<br><br>&nbsp;&nbsp;&nbsp; Dim Series As ChartSeries<br>&nbsp;&nbsp;&nbsp; Set Series = ChartControl1.Content.Series.Add("New York")<br>&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; ChartControl1.Content.Titles.Add "Population by U.S. State"<br>&nbsp;&nbsp;&nbsp; ChartControl1.Content.Legend.Visible = True<br>&nbsp;&nbsp;&nbsp; ...<br><br>End Sub<br><br>And if I run the program 5 times,it looks like:<br><br>Population by U.S. State<br>Population by U.S. State<br>Population by U.S. State<br>Population by U.S. State<br>Population by U.S. State<br>&#091;chart&#093;<br><br>Is there any code to reset the chartcontrol?Or just because I wrote the code in a wrong way?<br><br>]]>
   </description>
   <pubDate>Fri, 19 May 2017 04:05:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23339&amp;PID=75795&amp;title=chart-reset-problem#75795</guid>
  </item> 
 </channel>
</rss>