--- In [email protected], "David Unger" <[EMAIL PROTECTED]> wrote: > > I'm relatively new to flex, and I have been using the line charting > control to display a line chart of how many times a media type on my > site has been accessed on a daily basis. The problem is that any time > I have a value of zero for any one day there is a break in my chart. > > If I set "interpolateValues" to true on each of my line series, it > just connects the line to the next day with a value, instead of > connecting to the a value of zero on the X axis. I have searched all > over to find an answer on how to plot values of zero on the access and > have come up empty handed. Is there a straightforward way to do this? > Am I missing something?
If you set the range on the axis so it can go down to, say, -1, does that help?

