<?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 : Changing bar chart orientation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Changing bar chart orientation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 07:43:31 +0000</pubDate>
  <lastBuildDate>Tue, 04 Jan 2011 16:21:53 +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=17746</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[Changing bar chart orientation : I use VB6, so I&amp;#039;m not sure...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62078&amp;title=changing-bar-chart-orientation#62078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17746<br /><strong>Posted:</strong> 04 January 2011 at 4:21pm<br /><br />I use VB6, so I'm not sure how it's done in C# - but can you set the Series.Diagram to a ChartDiagram2D object. It has the Rotated property.<br><br>In VB6:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Dim lo_Diagram2d As ChartDiagram2D<br><br>Set lo_Diagram2d = dataSeries.Diagram<br>lo_Diagram2d.Rotated = True<br></pre></td></tr></table><br><span style="font-weight: bold;"></span>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 16:21:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62078&amp;title=changing-bar-chart-orientation#62078</guid>
  </item> 
  <item>
   <title><![CDATA[Changing bar chart orientation : In my configuration, Rotated is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62077&amp;title=changing-bar-chart-orientation#62077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6557">prounds</a><br /><strong>Subject:</strong> 17746<br /><strong>Posted:</strong> 04 January 2011 at 4:13pm<br /><br /><P>In my configuration, Rotated is not exposed as a property of dataSeries.Diagram</P>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 16:13:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62077&amp;title=changing-bar-chart-orientation#62077</guid>
  </item> 
  <item>
   <title><![CDATA[Changing bar chart orientation :  Try dataSeries.Diagram.Rotated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62075&amp;title=changing-bar-chart-orientation#62075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17746<br /><strong>Posted:</strong> 04 January 2011 at 2:48pm<br /><br />Try <b>dataSeries.Diagram.Rotated = True</b> for each of the series that you add to the Chart.<br><br>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 14:48:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62075&amp;title=changing-bar-chart-orientation#62075</guid>
  </item> 
  <item>
   <title><![CDATA[Changing bar chart orientation : How does one change the orientation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62073&amp;title=changing-bar-chart-orientation#62073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6557">prounds</a><br /><strong>Subject:</strong> 17746<br /><strong>Posted:</strong> 04 January 2011 at 2:02pm<br /><br />How does one change the orientation of a bar chart from vertical to horizontal?<DIV>&nbsp;</DIV><DIV>I'm working in a C# environment (vs2005) in a windows application, XtremeChart gets added as a COM object to my environment, and gets exposed as axChartControl.&nbsp; I can't find where I can set the orientation of the chart.</DIV><DIV>&nbsp;</DIV><DIV>My simple sample code is:</DIV><DIV><FONT size=2><P>XtremeChartControl.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>ChartBarSeriesStyle</FONT></FONT><FONT size=2> BarStyle = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> XtremeChartControl.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>ChartBarSeriesStyle</FONT></FONT><FONT size=2>();</P><P></P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>if</FONT></FONT><FONT size=2> (</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>this</FONT></FONT><FONT size=2>.axChartControl.Content.Series.Count &gt; 0)</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>this</FONT></FONT><FONT size=2>.axChartControl.Content.Series.DeleteAll();</P><P>axChartControl.Content.Titles.DeleteAll();</P><P>axChartControl.Content.Titles.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Estimated Purchase Probabilities"</FONT></FONT><FONT size=2>);</P><P>axChartControl.Content.Legend.Visible = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>true</FONT></FONT><FONT size=2>;</P><P>XtremeChartControl.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>ChartSeries</FONT></FONT><FONT size=2> dataSeries;</P><P>dataSeries = axChartControl.Content.Series.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Original PP"</FONT></FONT><FONT size=2>);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #1"</FONT></FONT><FONT size=2>, 23);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #2"</FONT></FONT><FONT size=2>, 43);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #3"</FONT></FONT><FONT size=2>, 37);</P><P>dataSeries = axChartControl.Content.Series.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Modified PP"</FONT></FONT><FONT size=2>);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #1"</FONT></FONT><FONT size=2>, 43);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #2"</FONT></FONT><FONT size=2>, 63);</P><P>dataSeries.Points.Add(</FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"Prod #3"</FONT></FONT><FONT size=2>, 17);</P><P></P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>for</FONT></FONT><FONT size=2> (</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>int</FONT></FONT><FONT size=2> i = 0; i &lt; 2 </FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>/*axChartControl.Content.Series.Count */</FONT></FONT><FONT size=2>; i++)</P><P>{</P><P>axChartControl.Content.Series<em>.Style = (XtremeChartControl.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>ChartSeriesStyle</FONT></FONT><FONT size=2>)BarStyle;</P><P>}</P><P></P></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 14:02:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17746&amp;PID=62073&amp;title=changing-bar-chart-orientation#62073</guid>
  </item> 
 </channel>
</rss>