Search:

Type: Posts; User: Reem

Search: Search took 0.08 seconds.

  1. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    Re: JFreeChart XYLine

    Thank you very much forall your effort, I managed to find a solution. Thanx
  2. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    Re: JFreeChart XYLine

    I am trying to get an example on SymbolAxis. I think it may replace the date with a string on the X-axis. Do you know where i could find such examples? thank you
  3. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    Re: JFreeChart XYLine

    with the TimeSeries I managed to plot the date on the x-axis but not the date and time together. I converted the date i retrieve from the database into substrings:

    RDate=new...
  4. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    Re: JFreeChart XYLine

    That is, I want to display the patient's temperature (y-axis) at different times of the day and on different days(x-axis)
  5. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    Re: JFreeChart XYLine

    Hey..
    I want to display the day n time i obtained from a database (2 strings concatenated) on the x-axis and the temperature on the y-axis.
  6. Thread: JFreeChart XYLine

    by Reem
    Replies
    8
    Views
    3,954

    JFreeChart XYLine

    Dear All,
    I am using JFreeChart to plot an XYLine using XYSeries.
    i.e:int i=0;
    XYSeries series=new XYSeries(temperature);
    series.add(i, Integer.parseInt(RTemp));

    instead of "i", I want to put...
Results 1 to 6 of 6