<?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 Series Coloring</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Chart Series Coloring]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 00:25:39 +0000</pubDate>
  <lastBuildDate>Tue, 23 Oct 2012 08:26:32 +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=17437</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 Series Coloring :   Hi, Top3r, Dim SeriesN As...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=69119&amp;title=chart-series-coloring#69119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2548">Norika</a><br /><strong>Subject:</strong> 17437<br /><strong>Posted:</strong> 23 October 2012 at 8:26am<br /><br />Hi, Top3r,<div>&nbsp;&nbsp;&nbsp; Dim SeriesN As XtremeChartControl.ChartSeries<br>&nbsp;&nbsp;&nbsp; Dim Diagram As XtremeChartControl.ChartDiagram2D</div><div>&nbsp;&nbsp;&nbsp; Set SeriesN = Chart1.Content.Series.Add("")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>&nbsp;&nbsp;&nbsp; Set Diagram = SeriesN.Diagram<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.Label.TextColor = vbWhite<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.Label.TextColor = vbCyan</div><div>&nbsp;</div><div>Product: <font color="blue"><strong>Xtreme SuitePro (ActiveX) version 15.2.1</strong> </font><br>Platform: <font color="blue"><strong>Windows 7 Professional</strong></font><br>Language: <font color="blue"><strong>Visual Basic 6.0 SP6</strong></font></div>]]>
   </description>
   <pubDate>Tue, 23 Oct 2012 08:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=69119&amp;title=chart-series-coloring#69119</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Series Coloring : Hello,how did you set the Textcolor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=68191&amp;title=chart-series-coloring#68191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7412">Top3r</a><br /><strong>Subject:</strong> 17437<br /><strong>Posted:</strong> 07 May 2012 at 6:02am<br /><br />Hello,<br>how did you set the Textcolor from the X and the Y - Axis ?<br><br>(the 0,200,400,600... and the IP200,WL150,WN100..)<br><br><br>??<br>]]>
   </description>
   <pubDate>Mon, 07 May 2012 06:02:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=68191&amp;title=chart-series-coloring#68191</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Series Coloring :   Hi Fabian,Thanks for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=61030&amp;title=chart-series-coloring#61030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17437<br /><strong>Posted:</strong> 20 October 2010 at 12:34am<br /><br />Hi Fabian,<DIV>&nbsp;</DIV><DIV>Thanks for your Reply.... It works......! </DIV>]]>
   </description>
   <pubDate>Wed, 20 Oct 2010 00:34:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=61030&amp;title=chart-series-coloring#61030</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Series Coloring : Hi SHAN,  Dim Series As ChartSeries  Set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=60964&amp;title=chart-series-coloring#60964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 17437<br /><strong>Posted:</strong> 18 October 2010 at 1:47am<br /><br />Hi SHAN,<DIV>&nbsp;</DIV><DIV>Dim Series As ChartSeries</DIV><DIV>&nbsp;</DIV><DIV>Set Series = ChartControl1.Content.Series.Add(myLabel)</DIV><DIV>Set Series.Style = New ChartBarSeriesStyle</DIV><DIV>Series.Style.Color = RGB(255,0,0)</DIV><DIV>&nbsp;</DIV><DIV>''...and other style stuff...</DIV><DIV>Series.Style.Label.Font.StdFont.Name = "Tahoma"</DIV><DIV>Series.Style.Label.Format = "%.02f"</DIV><DIV>&nbsp;</DIV><DIV>Hope that helps</DIV><DIV>Fabian</DIV>]]>
   </description>
   <pubDate>Mon, 18 Oct 2010 01:47:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=60964&amp;title=chart-series-coloring#60964</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Series Coloring :     Hi,I want to set some...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=60953&amp;title=chart-series-coloring#60953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17437<br /><strong>Posted:</strong> 17 October 2010 at 1:09am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>&nbsp;I want to set some standard colors for Chart Series manually...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Is that possible to do that?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Just see my Screen shot below .....!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Check the Legend area ( I have shown the color what&nbsp;I needed in the chart to display...)</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;<img src="uploads/6244/ChartColoring.png" height="667" width="818" border="0" /></DIV>]]>
   </description>
   <pubDate>Sun, 17 Oct 2010 01:09:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17437&amp;PID=60953&amp;title=chart-series-coloring#60953</guid>
  </item> 
 </channel>
</rss>