seidel1 Posted August 18, 2007 Report Share Posted August 18, 2007 In my Charts, the data always ranges between 35 and 200. but usually its clustered, i.e. 60 - 110. Is there a way to automatically scale the charts based on the max/min values in the DS? Or is there a ways to programatically pass the scale values into the report? Quote Link to comment Share on other sites More sharing options...
Frank Posted August 18, 2007 Report Share Posted August 18, 2007 The chart does scale automatically by default. However, by default the Min is left at zero, to change this behavior set the ForceZero property in the AxisY object to false. Is this not the behavior you are seeing? Quote Link to comment Share on other sites More sharing options...
seidel1 Posted August 18, 2007 Author Report Share Posted August 18, 2007 This is the behavior I a looking for. When I set the ForceZero property to False, it is still showing the min as zero even though my smallest value is 96. Is there another setting I need to do as well? Quote Link to comment Share on other sites More sharing options...
seidel1 Posted August 18, 2007 Author Report Share Posted August 18, 2007 I figured it out... I needed to set the value in AxisY AND AxisY2, thanks Quote Link to comment Share on other sites More sharing options...
bdy73 Posted August 28, 2007 Report Share Posted August 28, 2007 Is there a way to change this programmatically? I want to display a set window unless the data will not fit in completely within that window. In that case, I want to expand the window. The mean location of the window may vary as well. Bryan Quote Link to comment Share on other sites More sharing options...
bdy73 Posted August 29, 2007 Report Share Posted August 29, 2007 why is this such a big deal? The stock MS chart can do it... why can't one I paid a lot of money for for the extra functionality? Anybody home out there? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.