User (Legacy) Posted March 15, 2004 Author Report Share Posted March 15, 2004 Hi All, I am trying to develop a bar chart which can have both positive and negative values. Whenever there is all postive or atleast one postive values in the bars, the chart is behaving perfectly fine. But whenever all the bars have negative values, the chart is going for a toss. The negative bars are displayed above the x-axis ie on the positive side which is wrong. Even the x-axis is not displayed in this case. I am attaching two jepg files with this mail. One is correct.jpg where the chart behaves perfectly fine. The 2nd file incorrect.jpg is the file showing the crazy chart behaviour. Any inputs/suggestions will highly appreciated. Thanks in advance. Regards, Sailesh Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 15, 2004 Report Share Posted March 15, 2004 Hi All, I am trying to develop a bar chart which can have both positive and negative values. Whenever there is all postive or atleast one postive values in the bars, the chart is behaving perfectly fine. But whenever all the bars have negative values, the chart is going for a toss. The negative bars are displayed above the x-axis ie on the positive side which is wrong. Even the x-axis is not displayed in this case. I am attaching two jepg files with this mail. One is correct.jpg where the chart behaves perfectly fine. The 2nd file incorrect.jpg is the file showing the crazy chart behaviour. Any inputs/suggestions will highly appreciated. Thanks in advance. Regards, Sailesh Link to comment Share on other sites More sharing options...
Software FX Posted March 15, 2004 Report Share Posted March 15, 2004 This is by design. When all values are negative, the bars are drawn from the Min up. What you want to do is se the Chart's Y-Axis Max to Zero (0) this will force the bars to start at zero and go "down" to their negative value. -- FP Software FX Attachments.zip Attachments.zip Link to comment Share on other sites More sharing options...
Software FX Posted March 15, 2004 Report Share Posted March 15, 2004 This is by design. When all values are negative, the bars are drawn from the Min up. What you want to do is se the Chart's Y-Axis Max to Zero (0) this will force the bars to start at zero and go "down" to their negative value. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.