<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Chart for .NET</title><link>http://xceed.com/CS/forums/13/ShowForum.aspx</link><description>Discussions about Xceed Chart for .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Re: How to automatically use next default color for new Series?</title><link>http://xceed.com/CS/forums/thread/32149.aspx</link><pubDate>Fri, 25 May 2012 00:45:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32149</guid><dc:creator>Marc [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/32149.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32149</wfw:commentRss><description>&lt;p&gt;Hi James,&lt;/p&gt;&lt;p&gt;If you look at the Xceed Chart Explorer for .Net, you will see that if you need to change the labels on the Axes, you can access the Labels collection from the Axis of the ChartControl instance. For example:&lt;/p&gt;&lt;p&gt;// add axis labels&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Chart.Axis(StandardAxis.Depth).DimensionScale.AutoLabels = false;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Chart.Axis(StandardAxis.Depth).Labels.Add("Miami");&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Chart.Axis(StandardAxis.Depth).Labels.Add("Chicago");&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Chart.Axis(StandardAxis.Depth).Labels.Add("Los Angeles");&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Chart.Axis(StandardAxis.Depth).Labels.Add("New York");&lt;/p&gt;&lt;p&gt;If you need to know the labels of the axes, this page from Xceed's online documentation should help clarify it for you:&lt;/p&gt;&lt;p&gt;&lt;a href="http://doc.xceedsoft.com/products/XceedChart/Axis_Overview.html"&gt;http://doc.xceedsoft.com/products/XceedChart/Axis_Overview.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You would need to set the AutoLabels to false in order to make this work though.&lt;/p&gt;&lt;p&gt;Also, there is no quick way to set a default color for a Bar when they are being added. What you can do is write your own BarSeries class and add a DefaultFIllColor property which would automatically set the fill color of the bar. This is the only possible way that I can think of. &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to automatically use next default color for new Series?</title><link>http://xceed.com/CS/forums/thread/32108.aspx</link><pubDate>Tue, 15 May 2012 20:03:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32108</guid><dc:creator>James</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/32108.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32108</wfw:commentRss><description>&lt;P&gt;Using a manhattan chart, I am adding several BarSeries.&lt;/P&gt;
&lt;P&gt;The axis are count (vertical), hour of day&amp;nbsp;(0-23) X, and a text name Z.&lt;/P&gt;
&lt;P&gt;Is there a&amp;nbsp;quick way to tell the chart to use the next default color when I add the next BarSeries to my chart?&lt;/P&gt;
&lt;P&gt;I have the count and hour of day displaying on the chart, but I do not know how to add the text name to the chart.&amp;nbsp; It defaults to 1, 2, 3,...&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Any help is appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks in Advance&lt;/P&gt;</description></item></channel></rss>