<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Displaying Categorical Axis Labels.</title><link>http://blogs.msdn.com/alexgor/archive/2009/03/27/displaying-categorical-axis-labels.aspx</link><description>In this post I will discuss labeling of the categorical axes in SQL Reporting Services (SSRS) and .NET Chart controls. Same engine is used between these two products and they have exactly the same behavior. You can find detailed steps and sample code</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Displaying Categorical Axis Labels.</title><link>http://blogs.msdn.com/alexgor/archive/2009/03/27/displaying-categorical-axis-labels.aspx#9868676</link><pubDate>Thu, 13 Aug 2009 22:14:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9868676</guid><dc:creator>bdparrish</dc:creator><description>&lt;p&gt;I am trying to create a Categorical X Axis with data that is in a row and not a column. &amp;nbsp;Is there a way to bind data from a DataRow object as the labels for the X-Axis?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;Incoming Data --&lt;/p&gt;
&lt;p&gt;Month | Jan | Feb | Mar | etc.&lt;/p&gt;
&lt;p&gt;as opposed to&lt;/p&gt;
&lt;p&gt;Month&lt;/p&gt;
&lt;p&gt;_____&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;
&lt;p&gt;_____&lt;/p&gt;
&lt;p&gt;Feb&lt;/p&gt;
&lt;p&gt;_____&lt;/p&gt;
&lt;p&gt;Mar&lt;/p&gt;
&lt;p&gt;_____&lt;/p&gt;
&lt;p&gt;etc.&lt;/p&gt;
&lt;p&gt;Thanks in advance for a response.&lt;/p&gt;
</description></item></channel></rss>