<?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 : How to set Scale value for Axis-Y</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : How to set Scale value for Axis-Y]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:36:36 +0000</pubDate>
  <lastBuildDate>Mon, 16 Jan 2012 22:33:21 +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=19412</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[How to set Scale value for Axis-Y : It is work,thanks :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67437&amp;title=how-to-set-scale-value-for-axisy#67437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7274">wsun</a><br /><strong>Subject:</strong> 19412<br /><strong>Posted:</strong> 16 January 2012 at 10:33pm<br /><br />It is work,thanks :)]]>
   </description>
   <pubDate>Mon, 16 Jan 2012 22:33:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67437&amp;title=how-to-set-scale-value-for-axisy#67437</guid>
  </item> 
  <item>
   <title><![CDATA[How to set Scale value for Axis-Y : You can manually set range like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67435&amp;title=how-to-set-scale-value-for-axisy#67435</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19412<br /><strong>Posted:</strong> 16 January 2012 at 9:50am<br /><br />You can manually set range like this:<div><br></div><div><div>&nbsp; &nbsp; Dim Diagram As ChartDiagram2D</div><div>&nbsp; &nbsp; Set Diagram = New ChartDiagram2D</div><div>&nbsp; &nbsp; ChartControl.Content.Diagrams.Add Diagram</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Diagram.AxisY.Range.AutoRange = False</div><div>&nbsp; &nbsp; Diagram.AxisY.Range.MinValue = 0</div><div>&nbsp; &nbsp; Diagram.AxisY.Range.MaxValue = 10</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Diagram.AxisX.Range.AutoRange = False</div><div>&nbsp; &nbsp; Diagram.AxisX.Range.MinValue = 0</div><div>&nbsp; &nbsp; Diagram.AxisX.Range.MaxValue = 10</div></div>]]>
   </description>
   <pubDate>Mon, 16 Jan 2012 09:50:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67435&amp;title=how-to-set-scale-value-for-axisy#67435</guid>
  </item> 
  <item>
   <title><![CDATA[How to set Scale value for Axis-Y : Hi,Can anyone help me how to set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67431&amp;title=how-to-set-scale-value-for-axisy#67431</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7274">wsun</a><br /><strong>Subject:</strong> 19412<br /><strong>Posted:</strong> 16 January 2012 at 5:17am<br /><br />Hi,<div>Can anyone help me how to set Scale value for Axis-Y?</div><div><br></div><div>Thanks for help.</div><div><img src="uploads/7274/scale2.JPG" height="423" width="587" border="0" /><br></div><div><br></div><div>For the Bar below:</div><div>The Axis-Y value start from -1. How to set the value start with zero?</div><div><img src="uploads/7274/Scale1.JPG" height="441" width="612" border="0" /><br></div><div><br></div><div>Thank for help.</div>]]>
   </description>
   <pubDate>Mon, 16 Jan 2012 05:17:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19412&amp;PID=67431&amp;title=how-to-set-scale-value-for-axisy#67431</guid>
  </item> 
 </channel>
</rss>