tick « Series « JFreeChart Q&A





1. JFree chart times series tick unit data summarization    jfree.org

I am using jfree chart to graphically represent data in a time line basis.Now there is a problem where the user can select data on a time stamp basis such as weekly,hourly,daily etc.,Now is there a way in jfree chart which automatically does summarization for us i.e if we have daily data and want to view that graph on a monthly ...

2. Time series with variable tick unit spacing    jfree.org

I'm trying to do a time series chart with multiple domain axes: "Date" and "Depth". The date domain axis is completely standard. Depth gets much tricker. Depth increases over time, at an irregular rate. I need a tick mark to appear on the depth axis every time the depth hits an integer value (one foot). There should be a label every ...

3. Custom Tick Labels and Show All Tick Marks in TimeSeries?    jfree.org

Hello there, I am using JFreeChart 1.0.9 on JDK 1.5... (1) Is there a way to customize the X-axis tick labels for the TimeSeries chart or LineChart? Currently, it seems as if the only thing that the tick labels can display are numbers and / or dates. (2) Is there a way to display 12 tick marks but only display 6 ...

4. Time Series Chart - values not lining up with tick marks    jfree.org

I tried searching through the forums for an answer to this question, but I haven't been able to find it. I am creating a time series chart and the points on the chart don't line up with the tick marks on my x-axis. I tried to post a screen shot, but I guess I don't have enough posts to do that ...

6. Ticks in Timeseries chart    jfree.org