Oops! how to do this?......can anybody help

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Sarika
Posts: 17
Joined: Sat Apr 02, 2005 6:18 am

Oops! how to do this?......can anybody help

Post by Sarika » Fri Jun 10, 2005 6:08 am

I want to change the space dynamically between samples drawn.
for e.g consider graph with time on x axis and value on y axis

Code: Select all

   5 |
   4 |                                                               
   3 |   |                                                          
   2 |   |                                                      
   1 |   |                                                     
   0 |__ |_____|______ |____________________|_________________
        10.30 10.40  11.00                11.50  

           
how can i do like this.
Plz can anybody help me

mhilpert
Posts: 497
Joined: Wed Apr 02, 2003 1:57 pm
Location: Germany

Post by mhilpert » Fri Jun 10, 2005 10:00 am

Subclass DateAxis and write your custom code.
Java 11, JFreeChart 1.0.15, JFreeSVG 4.0

Locked