User (Legacy) Posted March 17, 2003 Report Share Posted March 17, 2003 Hi I have a problem where I have three series the latter two stacked onto the first in a bar chart. The constant values for each series is 10, 5 and -5. When I draw the chart the Max property of the Y-axis is returning 10 and the Min -5. When I try recalcscale after setting the data I get 20 for the Max and 5 for the Min. Any ideas on resolving this problem? thanks Paul Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 24, 2003 Report Share Posted March 24, 2003 Make sure you call RecalcScale AFTER the data is set and AFTER you set the Stacked property. I tried with this values and I got 20 for the max and -10 for the Min (is rounded to multiples of 10) -- FP Software FX, Inc. 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.