View Full Version : Graph not plotting zero values


civmeup
08-02-2007, 02:07 AM
Hi all,

Been struggling with this for a while, sorry if it's an obvious one.

I'm trying to chart a table eg:
Point1:0
Point2:2
Point3:4
Point5:20
Point6:22

The data is in a query, which I look at from my chart.

The problem, is that the chart is getting rid of the zero value, and only plotting the last 4. How do I make it include the zero?

cheers

Rabbie
08-02-2007, 02:20 AM
It would be helpful if you could post a copy of the graph so we can see what is happening. Also any code etc you use to make the graph.

civmeup
08-02-2007, 02:34 AM
Sorry guys, complete choke! It was my query that was in error, not the graphing.

So Problem solved, and just a stupid typo on my part. Access Graphs don't have any trouble plotting zero values.

Bah!