i am using core plot to draw a bar graph, i want show two color in one single bar, how to do that? like Y value is green color from 0 to 15, and from 15 to 25 is red color, can somebody help me?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use two bar plots to make a stacked bar plot. Have the first one show the lower part of the bar (0 to 15). Set See the Vertical Bar Chart example in the Plot Gallery app for sample code. |
|||||||
|
|