<?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 : Color each bar &amp; Constantline</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Color each bar &amp; Constantline]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 22 May 2026 18:47:56 +0000</pubDate>
  <lastBuildDate>Sun, 17 Apr 2011 19:57:36 +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=18184</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[Color each bar &amp; Constantline : Thank-you for the info. Great.     Hi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63932&amp;title=color-each-bar-constantline#63932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6720">sfi_dev</a><br /><strong>Subject:</strong> 18184<br /><strong>Posted:</strong> 17 April 2011 at 7:57pm<br /><br /><FONT face="Georgia, Times New Roman, Times, serif">Thank-you for the info. Great.<DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>Hi oleg, how often are there releases ?</DIV></FONT>]]>
   </description>
   <pubDate>Sun, 17 Apr 2011 19:57:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63932&amp;title=color-each-bar-constantline#63932</guid>
  </item> 
  <item>
   <title><![CDATA[Color each bar &amp; Constantline : Hi,missing LegendText property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63793&amp;title=color-each-bar-constantline#63793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18184<br /><strong>Posted:</strong> 08 April 2011 at 8:21am<br /><br />Hi,<div><br></div><div>missing LegendText property added for next release.</div>]]>
   </description>
   <pubDate>Fri, 08 Apr 2011 08:21:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63793&amp;title=color-each-bar-constantline#63793</guid>
  </item> 
  <item>
   <title><![CDATA[Color each bar &amp; Constantline :  Hi Julie,As for the Constant...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63789&amp;title=color-each-bar-constantline#63789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18184<br /><strong>Posted:</strong> 08 April 2011 at 6:45am<br /><br />Hi Julie,<br><br>As for the Constant Line text not being visible and showing the Legend for it, this cannot be done. Removing the text removes the legend. Maybe this is something CJ can add to the Chart Control.<br><br>As for the colour (I am from the UK, so notice the correct spelling of colour!&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" /> lol) try the following code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim Incidents As ChartSeries, SeriesPoint As ChartSeriesPoint<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Incidents = .Content.Series.Add("Incidents")<br>&nbsp;&nbsp;&nbsp; Set Incidents.Style = New ChartBarSeriesStyle<br>&nbsp;&nbsp;&nbsp; Incidents.Style.Color = &amp;H89533A<br><br>&nbsp;&nbsp;&nbsp; LinePercentage.Points.Add "Daily", 2 <br><br>&nbsp;&nbsp;&nbsp; Set SeriesPoint = LinePercentage.Points.Add("Weekly", 5)<br>&nbsp;&nbsp;&nbsp; SeriesPoint.Color = &amp;HFF&amp;<br><br>&nbsp;&nbsp;&nbsp; Set SeriesPoint = LinePercentage.Points.Add("Monthly", 20)<br>&nbsp;&nbsp;&nbsp; SeriesPoint.Color = &amp;H80FF80<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Fri, 08 Apr 2011 06:45:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63789&amp;title=color-each-bar-constantline#63789</guid>
  </item> 
  <item>
   <title><![CDATA[Color each bar &amp; Constantline : Hi there,  I am new ChartPro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63780&amp;title=color-each-bar-constantline#63780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6720">sfi_dev</a><br /><strong>Subject:</strong> 18184<br /><strong>Posted:</strong> 07 April 2011 at 8:07pm<br /><br />Hi there,<DIV>&nbsp;</DIV><DIV>I am new ChartPro and have two inital questions with my playing</DIV><DIV>&nbsp;</DIV><DIV>1. Using the constantline -&gt; How do you remove the title on the actual line, but keep the legend&nbsp;&nbsp;title.</DIV><DIV><img src="http://forum.codejock.com/uploads/6720/c&#111;nstantline.jpg" height="223" width="389" border="0" /></DIV><DIV>2. Using colors - &gt; I want to color each bar in a bar graph a different color but when I use the coloreach property the legend changes.&nbsp; I want to change each color but keep the Legend the same.&nbsp; </DIV><DIV><img src="http://forum.codejock.com/uploads/6720/graph.jpg" height="213" width="480" border="0" /></DIV><DIV>Thanks in advance.</DIV><DIV>&nbsp;</DIV><DIV>Julie</DIV>]]>
   </description>
   <pubDate>Thu, 07 Apr 2011 20:07:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18184&amp;PID=63780&amp;title=color-each-bar-constantline#63780</guid>
  </item> 
 </channel>
</rss>