I'm using proc gplot to generate graphs by Item, location, x axis is time and y axis is amount, pretty basic graph.
And in the graph, I want to add a text box showing the value of "price" which is in my table, but I don't know how SAS could automatically create a text reflecting "price value" on each gragh.
Is it easy to do? or need to store the column of "price" into a macro variable?
Thank you very much! one more question on bar chart:
I wanna show three 3 years of data for different products. When I use Goptions to define 3 color of bars (interpol=needle), it keeps overwriting 3 bars (colors) into 1 bar (color), how to spread 3 bars out on X axis for different products?