Hey, I am trying to produce a line chart that has labels at points at
which special events occurred. For example, I have a query result with
dates as x-axis and stock prices as y-axis, and another field of 0s
and 1s which indicate if there is a dividend happened on that day.
What I want is a small label right beside that data point on those
days where there is dividend, or some markup on the data point itself
to distinguish it from the others on the chart. Here is an example
from Yahoo finance:

http://finance.yahoo.com/charts#chart4:symbol=gs;range=1y;indicator=dividend+volume;charttype=candlestick;crosshair=on;logscale=on;source=undefined

Could someone give me some hints on how to achieve that? Flex's plot
chart does not seem to do it...


Thanks,
Colin


Reply via email to