<?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 Sample Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Chart Sample Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 03:34:48 +0000</pubDate>
  <lastBuildDate>Sun, 20 Mar 2022 04:58:19 +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=24276</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 Sample Problem : It&amp;#039;s been a known issue and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24276&amp;PID=78411&amp;title=chart-sample-problem#78411</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 24276<br /><strong>Posted:</strong> 20 March 2022 at 4:58am<br /><br />It's been a known issue and it had been fixed for the next maintenance update v20.3 which will be release soon.<div><br></div><div>Regards,</div><div>&nbsp; &nbsp;Alexander</div>]]>
   </description>
   <pubDate>Sun, 20 Mar 2022 04:58:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24276&amp;PID=78411&amp;title=chart-sample-problem#78411</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Sample Problem : I&amp;#039;m running the ChartBrowser...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24276&amp;PID=78410&amp;title=chart-sample-problem#78410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9535">shshin</a><br /><strong>Subject:</strong> 24276<br /><strong>Posted:</strong> 17 March 2022 at 9:59pm<br /><br /><div><div>I'm running the ChartBrowser Sample(v20.2) and it hangs when selecting charts like Line Styles, Lines, Spline, etc.&nbsp;</div><div>I checked and an infinite loop occurs in CXTPChartDiagram2DAxisView::CreateTickMarks.</div></div><div><br></div><div>An overflow occurs here and it is changed to a negative value, resulting in an infinite loop.</div><div><br></div><div>CXTPChartDiagram2DAxisView::CreateTickMarks(</div><div>...</div><div><span style="white-space:pre">	</span>while (dMark &lt; dAxisMaxValue + CXTPMathUtils::m_dEPS)</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>...</div><div><span style="white-space:pre">	</span>&nbsp; &nbsp;</div><div><span style="white-space:pre">		</span>// Here it is changed to a negative value.&nbsp;&nbsp;</div><div><span style="white-space:pre">		</span>dMark *= m_MarkCorrectionCoef;</div><div><span style="white-space:pre">		</span>dMark = CXTPMathUtils::Round(dMark);&nbsp; &nbsp;&nbsp;</div><div><span style="white-space:pre">		</span>dMark /= m_MarkCorrectionCoef;</div><div><span style="white-space:pre">	</span></div><div><span style="white-space:pre">	</span></div><div><span style="white-space:pre">	</span>In this case, the values were:</div><div><span style="white-space:pre">	</span>double dViewMaxValue is 40431.5999</div><div><span style="white-space:pre">	</span>m_MarkCorrectionCoef is 1000000</div><div><span style="white-space:pre">	</span></div><div><span style="white-space:pre">	</span>dMark is<span style="white-space:pre">	</span>2852.516352 =&gt; 2852516352 =&gt; -2147483648.0000000&nbsp; =&gt; -2147.4836479999999</div><div><span style="white-space:pre">	</span>This value is repeated over and over again.</div><div><br></div><div><br></div><div>&nbsp;And when changing the chart style, the following exception occurs.(multiple lines)</div><div><br></div><div><div>Exception thrown at 0x00007FFFFEFC4F69 (KernelBase.dll) in ChartBrowser.exe: 0xE0000001 (parameters: 0xFFFFFFFF80004005).</div><div>Exception thrown at 0x00007FFFFEFC4F69 (KernelBase.dll) in ChartBrowser.exe: 0xE0000001 (parameters: 0xFFFFFFFF80004005).</div><div>Exception thrown at 0x00007FFFFEFC4F69 (KernelBase.dll) in ChartBrowser.exe: 0xE0000001 (parameters: 0xFFFFFFFF80004005).</div><div>Exception thrown at 0x00007FFFFEFC4F69 (KernelBase.dll) in ChartBrowser.exe: 0xE0000001 (parameters: 0xFFFFFFFF80004005).</div><div><br></div></div>]]>
   </description>
   <pubDate>Thu, 17 Mar 2022 21:59:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24276&amp;PID=78410&amp;title=chart-sample-problem#78410</guid>
  </item> 
 </channel>
</rss>