<?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 : CXTPChartRadarDiagram problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPChartRadarDiagram problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 19:51:02 +0000</pubDate>
  <lastBuildDate>Tue, 19 Apr 2016 05:46:08 +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=23004</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[CXTPChartRadarDiagram problem : I recently upgraded my projects...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23004&amp;PID=74680&amp;title=cxtpchartradardiagram-problem#74680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9027">netman2</a><br /><strong>Subject:</strong> 23004<br /><strong>Posted:</strong> 19 April 2016 at 5:46am<br /><br />I recently upgraded my projects from xtream toolkit pro v15.1.3 to v17.1.0 and from Visual studio 2010 to 2015.<div><br></div><div>I did a migration and there is some problem.</div><div><br></div><div><div>below is my code:</div><div><br></div><div><div>CXTPChartSeries* pSeries = m_chartCPU.GetContent()-&gt;GetSeries()-&gt;GetAt(0);</div><div>pSeries-&gt;GetPoints()-&gt;RemoveAll();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>for (int i = 0; i &lt; STATUS_CPU_MAX; i++)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if (m_tAll_CPU<em>.ulCount &gt; maxVal)</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>maxVal = m_tAll_CPU<em>.ulCount;</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if (m_tAll_CPU<em>.strName.GetLength() &gt; 0)</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>statusCount++;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>for (int i = 0; i &lt; statusCount; i++)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>CString strName = m_tAll_CPU<em>.strName;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>WrapString(strName, STATUS_CHART_LABEL_LEN_MAX);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pSeries-&gt;GetPoints()-&gt;Add(new CXTPChartSeriesPoint(strName, m_tAll_CPU<em>.ulCount));</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>CXTPChartRadarDiagram* pDiagram = (CXTPChartRadarDiagram *)pSeries-&gt;GetDiagram();</div><div><span ="Apple-tab-span" style="white-space:pre">	</span><b><u>pDiagram-&gt;GetAxisY()-&gt;GetRange()-&gt;SetMinValue(0.0);</u></b></div></div></div><div><br></div><div>SetMinValue() function causes the exception error.</div><div>I don't know the reason why... there is no document about CXTPChartRadarDiagram.</div><div><br></div><div>Please reply to me.</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 19 Apr 2016 05:46:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23004&amp;PID=74680&amp;title=cxtpchartradardiagram-problem#74680</guid>
  </item> 
 </channel>
</rss>