<?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 : Showing average speed</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Showing average speed]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 00:14:04 +0000</pubDate>
  <lastBuildDate>Mon, 14 Mar 2011 14:41:45 +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=18053</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[Showing average speed :   WoW!I really appreciate the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63301&amp;title=showing-average-speed#63301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2777">bryanu</a><br /><strong>Subject:</strong> 18053<br /><strong>Posted:</strong> 14 March 2011 at 2:41pm<br /><br />WoW!<div>&nbsp;</div><div>I really appreciate the help Peter.&nbsp; I looked at this for way too long and couldn't see the forest for the trees. The sample was perfect and I can't tell you how much I appreciate the help.</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 14:41:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63301&amp;title=showing-average-speed#63301</guid>
  </item> 
  <item>
   <title><![CDATA[Showing average speed : Hi Bryan! Seems not to be too...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63300&amp;title=showing-average-speed#63300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 18053<br /><strong>Posted:</strong> 14 March 2011 at 1:06pm<br /><br />Hi Bryan! <br><br>Seems not to be too difficult, see ChartAxisConstantLine in help file. <br><br><img src="uploads/3156/ChartAxisC&#111;nstantLine.PNG" height="412" width="587" border="0" /><br><br>But one sample is better than thousand words: <a href="uploads/3156/ChartAxisC&#111;nstantLine_Demo.zip" target="_blank">uploads/3156/ChartAxisConstantLine_Demo.zip</a><br><br>Peter <br><br><br>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 13:06:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63300&amp;title=showing-average-speed#63300</guid>
  </item> 
  <item>
   <title><![CDATA[Showing average speed :   I am using the chart to show...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63299&amp;title=showing-average-speed#63299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2777">bryanu</a><br /><strong>Subject:</strong> 18053<br /><strong>Posted:</strong> 14 March 2011 at 11:26am<br /><br />I am using the chart to show the download speed of files beling downloaded, it show the KB or MB per second eveey 333ms, but I want to put a line that shows average speed that will move up or down.<div>&nbsp;</div><div>I want the line to go all the way across the chart, simply move up or down to indicate the average speed.</div><div>&nbsp;</div><div>Any suggestions??</div><div>&nbsp;</div><div>Code for showing current speed:</div><div>&nbsp;</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>Private Sub tmrDownloadChart_Timer()<br>&nbsp;&nbsp;&nbsp; Dim Diagram As ChartDiagram2D<br>&nbsp;&nbsp;&nbsp; Dim Series&nbsp; As ChartSeries<br>&nbsp;&nbsp;&nbsp; Dim Value&nbsp;&nbsp; As Long<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Value = DownloadSpeed / 1024<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If (Value &lt; 0) Then Value = 0</div><div>&nbsp;&nbsp;&nbsp; LastValue = Value<br>&nbsp;&nbsp;&nbsp; LastArgument = LastArgument + 1<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Series = chartDownloadSpeed.content.Series(0)<br>&nbsp;&nbsp;&nbsp; Series.points.Add LastArgument, Value</div><div>&nbsp;&nbsp;&nbsp; Set Diagram = Series.Diagram</div><div>&nbsp;&nbsp;&nbsp; If (LastArgument &gt;= 99) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Series.points.DeleteAt 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Diagram.AxisX.Range.MaxValue = Diagram.AxisX.Range.MaxValue + 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Diagram.AxisX.Range.MinValue = Diagram.AxisX.Range.MinValue + 1<br>&nbsp;&nbsp;&nbsp; End If</div><div>End Sub</div><div></pre></td></tr></table></div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 11:26:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18053&amp;PID=63299&amp;title=showing-average-speed#63299</guid>
  </item> 
 </channel>
</rss>