<?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 : [Question] HitTest for Pie3D</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : [Question] HitTest for Pie3D]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 07:09:05 +0000</pubDate>
  <lastBuildDate>Tue, 22 Feb 2011 13:00: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=17939</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[[Question] HitTest for Pie3D : Yes, for 3D HitTesting still not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62896&amp;title=question-hittest-for-pie3d#62896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17939<br /><strong>Posted:</strong> 22 February 2011 at 1:00pm<br /><br />Yes, for 3D HitTesting still not implemented. :(]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 13:00:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62896&amp;title=question-hittest-for-pie3d#62896</guid>
  </item> 
  <item>
   <title><![CDATA[[Question] HitTest for Pie3D : Hi Peter, You are right, seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62882&amp;title=question-hittest-for-pie3d#62882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17939<br /><strong>Posted:</strong> 22 February 2011 at 9:58am<br /><br /><P>Hi Peter,</P><P><strong>You are right</strong>, seems <strong>none</strong> of the <strong>3D styles</strong> return Point <img src="http://forum.codejock.com/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" title="C&#111;nfused" />&nbsp;I think CJ still needs to implement it?</P><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 09:58:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62882&amp;title=question-hittest-for-pie3d#62882</guid>
  </item> 
  <item>
   <title><![CDATA[[Question] HitTest for Pie3D : Hi Aaron, thanks for suggestion....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62875&amp;title=question-hittest-for-pie3d#62875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 17939<br /><strong>Posted:</strong> 22 February 2011 at 9:10am<br /><br />Hi Aaron, <br><br>thanks for suggestion. <br><br>As I mentioned, HitTest <font color="#ff0000"><b>does not </b></font>returns a ChartSeriesPoint object when clicking a segment in a Pie 3D - otherwise <span>it wouldn't have been a problem <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" alt="Wink" title="Wink" /></span><br><br>See attached sample <a href="uploads/3156/Sample_ChartC&#111;ntrol_Pie3D_HitTest.zip" target="_blank">uploads/3156/Sample_ChartControl_Pie3D_HitTest.zip</a><br><br>Peter<br><br>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 09:10:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62875&amp;title=question-hittest-for-pie3d#62875</guid>
  </item> 
  <item>
   <title><![CDATA[[Question] HitTest for Pie3D : Hi Peter, Something like: Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62868&amp;title=question-hittest-for-pie3d#62868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17939<br /><strong>Posted:</strong> 22 February 2011 at 7:42am<br /><br /><P>Hi Peter,</P><P>Something like:</P><P><FONT color=#0000ff>Private Sub</FONT> wndChartControl_MouseDown(Button As Integer, Shift As Integer, x As Long, y As Long)<BR></P><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>Dim </FONT>chartElementHitTest <FONT color=#0000ff>As </FONT>ChartElement<BR>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>Dim </FONT>seriesPointHitTest <FONT color=#0000ff>As </FONT>ChartSeriesPoint<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>Set </FONT>chartElementHitTest = Me.wndChartControl.HitTest(x, y)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>If </FONT><FONT color=#0000ff>TypeOf</FONT> chartElementHitTest&nbsp;<FONT color=#0000ff>Is </FONT>ChartSeriesPoint <FONT color=#0000ff>Then</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>Set </FONT>seriesPointHitTest = chartElementHitTest&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;seriesPointHitTest.Special = <FONT color=#0000ff>Not </FONT>seriesPointHitTest.Special<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT color=#0000ff>End If</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff>End Sub</FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 07:42:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62868&amp;title=question-hittest-for-pie3d#62868</guid>
  </item> 
  <item>
   <title><![CDATA[[Question] HitTest for Pie3D :  Hi, HitTest method returns an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62866&amp;title=question-hittest-for-pie3d#62866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3156">Peter59</a><br /><strong>Subject:</strong> 17939<br /><strong>Posted:</strong> 22 February 2011 at 5:52am<br /><br />Hi, <br><br>HitTest method returns an object of type ChartContent for a Pie3D chart when clicking a segment of the pie. <br><br>How can i determine which ChartSeriesPoint was clicked in detail? <br><br>Thanks, Peter <br><br>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 05:52:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17939&amp;PID=62866&amp;title=question-hittest-for-pie3d#62866</guid>
  </item> 
 </channel>
</rss>