label « Graph « JFreeChart Q&A





1. Automatically Adjusted Time Labels & Compound graph    jfree.org

Hi there, I am new to JFreeChart and have a couple of questions that may be very simple to you all. Please give me some advice or pointer. My questions are: I woulld like to plot two time series which cover a period of 3 months and whose data were sampled every minute. (i) How to make the horizontal time axis ...

4. move the zero line to middle of graph and show labels inside    jfree.org

i'd like to also make the line in the middle of the graph, which is my axis to be darker and more visible... and want to put a title for the axis at the bottom as well.. please help i need to do this today.. i would really appreciate someone's help here is my code Code: Select all DefaultCategoryDataset dataset = ...

5. Does this API allow me to LABEL a point on a graph?    jfree.org

Take a line graph for example. I actually want to plot a bunch of points along the X-axis (time), where each point has the SAME value (y-axix). Each point needs a LABEL next to it. Would be nice if each point could be plotted using some other custom image. In this case, each point is actually a "goal". So given a ...