<?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 Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 02:42:59 +0000</pubDate>
  <lastBuildDate>Fri, 02 Dec 2022 02:45:39 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=164</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 Control : how can I change line width of legend on chart?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24341&amp;PID=78567&amp;title=how-can-i-change-line-width-of-legend-on-chart#78567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9579">dj1026</a><br /><strong>Subject:</strong> how can I change line width of legend on chart?<br /><strong>Posted:</strong> 02 December 2022 at 2:45am<br /><br />I solved this problem. you can change the line width with SetLineThickness() of CXTPLegendItem.<div><br></div><div>/**/</div><div><div>CXTPChartContent* pContent = m_chartViewAll.GetContent();</div><div>CXTPChartSeriesCollection* pSeriesCollection = pContent-&gt;GetSeries();</div></div><div><div>for (int i = 0; i &lt; pSeriesCollection-&gt;GetCount(); i++)</div><div>{</div></div><div>&nbsp; pSeriesCollection-&gt;GetAt(i)-&gt;GetLegendItem()-&gt;SetLineThickness(10);</div><div>}</div><div>/**/</div>]]>
   </description>
   <pubDate>Fri, 02 Dec 2022 02:45:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24341&amp;PID=78567&amp;title=how-can-i-change-line-width-of-legend-on-chart#78567</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : how can I change line width of legend on chart?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24341&amp;PID=78566&amp;title=how-can-i-change-line-width-of-legend-on-chart#78566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9579">dj1026</a><br /><strong>Subject:</strong> how can I change line width of legend on chart?<br /><strong>Posted:</strong> 01 December 2022 at 9:06pm<br /><br />hello everyone.<div><br><div>I want to change width of those lines on legend of XTPChart below.</div><div><img src="uploads/9579/chart_legend.PNG" height="223" width="173" border="0" /><br></div><div><br></div><div>I used codes to make those lines thicker. but it doesn't work.</div><div>/**/</div><div>CXTPChartContent* pContent = m_chartViewAll.GetContent();</div><div><div>CSize sz;</div><div>sz.SetSize(50, 50);<span style="white-space:pre">	</span>// I thought I can change line width with second argument of SetSize()</div><div>pContent-&gt;GetLegend()-&gt;SetMarkerSize(sz);<span style="white-space:pre">					</span></div></div><div>/**/</div><div><br></div><div>would you help me?</div><div><br></div><div>best regards.</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>I'm using Xtreme Chart Pro v15.3.1.</div>]]>
   </description>
   <pubDate>Thu, 01 Dec 2022 21:06:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24341&amp;PID=78566&amp;title=how-can-i-change-line-width-of-legend-on-chart#78566</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Chart Sample Problem]]></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> Chart Sample Problem<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 Control : Chart Sample Problem]]></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> Chart Sample Problem<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> 
  <item>
   <title><![CDATA[Chart Control : Chart MouseMove Event]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24200&amp;PID=78217&amp;title=chart-mousemove-event#78217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9460">co.2195</a><br /><strong>Subject:</strong> Chart MouseMove Event<br /><strong>Posted:</strong> 26 August 2021 at 10:31pm<br /><br />Hello. <br />I want to use the OnMouseMove event.<br />There is an event in XTPChartControl but it can not be inherited.<br /><br />Maindlg's OnMouseMove does not work when Mouse is located in CustomControl<br />I looked in the forum, but I can't find it.<br />Help me.<br /><br />If Mouse is located in Chart's Point, I would like to get a value.]]>
   </description>
   <pubDate>Thu, 26 Aug 2021 22:31:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24200&amp;PID=78217&amp;title=chart-mousemove-event#78217</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : point deletion method??]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24127&amp;PID=78029&amp;title=point-deletion-method#78029</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8817">cluster</a><br /><strong>Subject:</strong> point deletion method??<br /><strong>Posted:</strong> 27 January 2021 at 2:45pm<br /><br /><div>Hi,</div><div><br></div><div>I would say:</div><div><strong><span style="COLOR: #871f78">void</span></strong> <strong><span style="COLOR: #660000">Remove</span></strong>(    CXTPChartElement* <strong><span style="COLOR: #660000">pElement</span></strong>);</div><div>or <br></div><div><strong><span style="COLOR: #871f78">void</span></strong> <strong><span style="COLOR: #660000">RemoveAt</span></strong>(    <strong><span style="COLOR: #871f78">int</span></strong> <strong><span style="COLOR: #660000">nIndex</span></strong>);</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 27 Jan 2021 14:45:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24127&amp;PID=78029&amp;title=point-deletion-method#78029</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : point deletion method??]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24127&amp;PID=78026&amp;title=point-deletion-method#78026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9460">co.2195</a><br /><strong>Subject:</strong> point deletion method??<br /><strong>Posted:</strong> 26 January 2021 at 3:46am<br /><br />There is a way to add a point <br /> Is there a way to delete it?<br /><br />Point Add : <br />&nbsp;&nbsp;&nbsp;pPoints-&gt;Add(new CXTPChartSeriesPoint(0, 2.5));<br /><br />Point Delete :<br />&nbsp;&nbsp;&nbsp;????????<br /><br />I would like to add only 200 to the chart<br />  -&gt; ex) If you add 201, delete 1.]]>
   </description>
   <pubDate>Tue, 26 Jan 2021 03:46:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24127&amp;PID=78026&amp;title=point-deletion-method#78026</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : how to remove points at certain X-VALUE]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24123&amp;PID=78021&amp;title=how-to-remove-points-at-certain-xvalue#78021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9439">yangyanhui</a><br /><strong>Subject:</strong> how to remove points at certain X-VALUE<br /><strong>Posted:</strong> 13 January 2021 at 2:52am<br /><br />how to get CXTPChartSeriesPoint* with certain X-value?<div id="qb-sougou-search" style="display: n&#111;ne; opacity: 0; left: 3px; top: 30px;"><p>搜索</p><p ="last-btn">复制</p>< =""></div>]]>
   </description>
   <pubDate>Wed, 13 Jan 2021 02:52:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24123&amp;PID=78021&amp;title=how-to-remove-points-at-certain-xvalue#78021</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : how to remove points at certain X-VALUE]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24123&amp;PID=78020&amp;title=how-to-remove-points-at-certain-xvalue#78020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9439">yangyanhui</a><br /><strong>Subject:</strong> how to remove points at certain X-VALUE<br /><strong>Posted:</strong> 13 January 2021 at 1:39am<br /><br />hi,I have a CCHARTCTRL and I want to remove points at certain X-VALUE to delete duplicate data.How can I get the point and remove it?<div id="qb-sougou-search" style="display: n&#111;ne; opacity: 0;"><p>搜索</p><p ="last-btn">复制</p>< =""></div><div>thanks</div>]]>
   </description>
   <pubDate>Wed, 13 Jan 2021 01:39:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24123&amp;PID=78020&amp;title=how-to-remove-points-at-certain-xvalue#78020</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : GetRange crash]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24114&amp;PID=78006&amp;title=getrange-crash#78006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9439">yangyanhui</a><br /><strong>Subject:</strong> GetRange crash<br /><strong>Posted:</strong> 17 December 2020 at 2:02am<br /><br />I find the reason. It is because&nbsp; I execute&nbsp;pDiagram-&gt;GetAxisX()-&gt;GetRange()-&gt;GetViewMaxValue(); when&nbsp; I move the mouse. I now need to disable onmousemove when I zoom the range because I need to exeute&nbsp;PointToValue in mousemove event.How can i realize it,mutex does not work<div id="qb-sougou-search" style="display: n&#111;ne; opacity: 0;"><p>搜索</p><p ="last-btn">复制</p>< =""></div>]]>
   </description>
   <pubDate>Thu, 17 Dec 2020 02:02:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24114&amp;PID=78006&amp;title=getrange-crash#78006</guid>
  </item> 
 </channel>
</rss>