<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Creating a Pie Chart</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Creating a Pie Chart]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 07 May 2026 18:57:53 +0000</pubDate>
  <lastBuildDate>Thu, 24 Dec 2015 12:33:46 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3234</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Creating a Pie Chart : I&amp;#039;ve tried the following...]]></title>
   <link>http://www.quickpdf.org/forum/creating-a-pie-chart_topic3234_post12890.html#12890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2815">bob</a><br /><strong>Subject:</strong> 3234<br /><strong>Posted:</strong> 24 Dec 15 at 12:33PM<br /><br />I've tried the following code using DrawArc to create to slices of a pie chart.<div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&nbsp; DIM iInstanceID AS LONG, &nbsp;dXPos AS DOUBLE, &nbsp;dYPos AS DOUBLE</div><div>&nbsp; DIM dRadius AS DOUBLE, &nbsp;dStartAngle AS DOUBLE</div><div>&nbsp; DIM dEndAngle AS DOUBLE, &nbsp;iPie AS LONG</div><div>&nbsp; DIM iDrawOptions AS LONG, dRed AS DOUBLE, dgreen AS DOUBLE, dblue AS DOUBLE</div><div>&nbsp; dXPos = 6</div><div>&nbsp; dYPos = 6</div><div>&nbsp; dRadius = 1</div><div>&nbsp; dStartAngle = 0</div><div>&nbsp; dEndAngle = 90</div><div>&nbsp; iPie = 1</div><div>&nbsp; iDrawOptions = 1</div><div>&nbsp; dRed = 255</div><div>&nbsp; dGreen = 0</div><div>&nbsp; dBlue &nbsp;= 128</div><div>&nbsp; Result&amp; = DPLSetFillColor(LibInstance&amp;, BYVAL dRed, BYVAL dGreen, BYVAL dBlue)</div><div>&nbsp; Result&amp; = DPLDrawArc(LibInstance&amp;,BYVAL dXPos,BYVAL dYPos,BYVAL dRadius,BYVAL dStartAngle,BYVAL dEndAngle,BYVAL iPie,BYVAL iDrawOptions)</div><div>&nbsp; Result&amp; = DPLClosePath(LibInstance&amp;)</div><div>&nbsp; dRed = 255</div><div>&nbsp; dGreen = 0</div><div>&nbsp; dBlue = 0</div><div>&nbsp; Result&amp; = DPLSetFillColor(LibInstance&amp;,BYVAL dRed,BYVAL dGreen,BYVAL dBlue)</div><div>&nbsp; Result&amp; = DPLDrawArc(LibInstance&amp;,BYVAL dXPos,BYVAL dYPos,BYVAL dRadius,BYVAL dStartAngle,BYVAL dEndAngle,BYVAL iPie,BYVAL iDrawOptions)</div><div>&nbsp; Result&amp; = DPLClosePath(LibInstance&amp;)</div><div>&nbsp; dStartAngle = 90</div><div>&nbsp; dEndAngle = 270</div><div>&nbsp; Result&amp; = DPLDrawArc(LibInstance&amp;,BYVAL dXPos,BYVAL dYPos,BYVAL dRadius,BYVAL dStartAngle,BYVAL dEndAngle,BYVAL iPie,BYVAL iDrawOptions)</div></div><div><br></div><div></pre></td></tr></table></div><div><br></div><div>The entire pie chart ends up red instead of purple and red. &nbsp;Hope someone can help.</div><div><br></div><div>Bob</div>]]>
   </description>
   <pubDate>Thu, 24 Dec 2015 12:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/creating-a-pie-chart_topic3234_post12890.html#12890</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a Pie Chart : I&amp;#039;ve tried using the Search...]]></title>
   <link>http://www.quickpdf.org/forum/creating-a-pie-chart_topic3234_post12887.html#12887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2815">bob</a><br /><strong>Subject:</strong> 3234<br /><strong>Posted:</strong> 21 Dec 15 at 6:40PM<br /><br />I've tried using the Search to find code to produce a pie chart. I'm a trial user trying to see if this is the right tool for me.<div><br></div><div>I've completed the Hello-World example in VB6 and PowerBasic without issues. Also, I've played with lines, loading graphics, bar codes and text (although TrueType fonts were ignored).</div><div><br></div><div>Thanks</div><div><br></div><div>Bob</div>]]>
   </description>
   <pubDate>Mon, 21 Dec 2015 18:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/creating-a-pie-chart_topic3234_post12887.html#12887</guid>
  </item> 
 </channel>
</rss>