• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help shading negative value plot area in a Scatter Graph

Josh H

New Member
Hello,

I have two values in my graph that are negative and I'm trying to shade the area less than 0% red. How do I do this using VBA?

Thanks,
 

Attachments

  • Book2.xlsx
    17.3 KB · Views: 7
Add a second series to the chart
In the second series only have the negative values,
In the first series only have the positive values,
Format the second series as a red marker etc

See attached
 

Attachments

  • Book2.xlsx
    17.3 KB · Views: 13
Last edited:
Thanks for the help Hui. I looked at the attachment and didn't see any changes made? I'm adding the changes I made to mine based on your reply. How do I format the new series so the plot are is red? I'm not following you.

Thanks!
 

Attachments

  • Book3.xlsx
    17.5 KB · Views: 6
I don't know what happened there ?
upload_2014-10-22_9-28-46.png
See attached:
 

Attachments

  • Book2.xlsx
    15.6 KB · Views: 8
Back
Top