DefaultXYDataSource Documentation

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Dave Read

DefaultXYDataSource Documentation

Post by Dave Read » Tue Sep 26, 2000 7:37 pm

David,

First let me say, Excellent Design! Excellent Tool!

I have been using your JFreeChart for about a week. It is performing well. The design is clean and flexible.

I am writing about a small issue with the constructor documentation for DefaultXYDataSource. In the description for the (Object) constructor it says...

"... The x-values should be Number objects, the y-values should be Number or Date objects..."

I believe that this is reversed. It is the x objects that can represent dates (on the time series) and y the numeric values.

Not a huge deal, but it caused some lost cycles tracing through the code.

Again, thanks for the excellent charting tool.

Regards,

Dave

David Gilbert

RE: DefaultXYDataSource Documentation

Post by David Gilbert » Wed Sep 27, 2000 8:09 pm

Hi Dave,

Thanks for the feedback - I'll fix the problem as soon as possible.

The documentation is probably the hardest thing to get right, so please feel free to report any problems, no matter how small.

Regards,

DG.

Locked