tick « Axis « JFreeChart Q&A





1. Setting Axis Tick Increment    jfree.org

2. how do I to supress the axis tick labels    jfree.org

First off: Great product. I'm in the process of porting 20 charts from a third party vendor to JFreeChart. I'm already seeing a marked improvement. Question: "domainOrRangeAxis.setVisible(false)" will supress the axis label as well as the axis tick label. Is there any way to just supress the tick labels and leave the axis labels to the values supplied in the ChartFactory ...

3. axis ticks move though they shouldn't    jfree.org

Hi, I've got to write my own zooming method in a XYPlot using TimeSeries. Therefore, I want to simulate y-axis zooming by simply doubling the axis range. The problem is that I want to have the axis tick units stay at exactly the same position and same distance to each other... If defined a range for the axis by using setRange() ...

4. Setting Year ticks on a Monthly Axis.    jfree.org

Hi all, Just started playing with JFreeChart. The graph I have created has one plot per month over a period of 300 months (25 years). The ticks displayed on the graph are 25, 50, 75...etc up to 300. How do I change this so that I only get 1 tick every 12 months on the X Axis and it is labeled ...

5. Normalize Axis to get ticks labeleds in milers    jfree.org

I meant, I have a dataset on a category plot. This dataset display amount of money and I have values about millions. I want the axis to display ticks in miles, something like 1.000m $ being equivalent to 1.000.000. Could it be possible to customize this? I'm trying to found a solution with the available methods of NumberAxis and TickUnits but ...

6. TimeSeries charts and duration on axis tick labels    jfree.org

TimeSeries charts and duration on axis tick labels by merrill77 Thu Jan 26, 2006 8:20 pm We have data that fits the TimeSeries pattern - the domain value is always a timestamp for a sampled value. So I whipped up a TimeSeries chart and it looks great! (JFreeChart rocks, Dave!) However, the absolute date/time is relatively meaningless to our users ...

7. How to set/change axis tick labels?    jfree.org

In a line chart I would like to change the first and last tick label on the range axis. The range axis now has the ticks "1", "2", ..., "5" and I would like to change them to "good", "2", ..., "bad" Can anybody tell me how to do this? Thank you in advance Marc





12. Non-numeric value axis tick labels    jfree.org

I'm trying to create a chart with non-numeric value axis tick labels. The values I'm plotting range from 0..N where N is typically 5 or less. It's easy to get the vertical axis of the chart labelled with "0".."4" (or whatever), but I want the labels to be alpha, something like "Poor", "Fair", "Good", "Excellent", etc.... This chart will be displaying ...