Search found 6 matches

by Zane
Fri Jun 10, 2005 11:57 am
Forum: JFreeChart
Topic: Useful RegularTimePeriod
Replies: 1
Views: 3957

Useful RegularTimePeriod

Sometimes you need RegularTimePeriod like Quarter of Hour or Third of a Day or something like that. So that this would be very easy to do I have written this. /** * User: zanel * Date: 2005.6.10 * Time: 10:50:29 */ package org.jfree.chart.demo.myDemo; import org.jfree.data.time.Hour; import java.uti...
by Zane
Fri Jun 10, 2005 8:53 am
Forum: JFreeChart
Topic: How to get chart like this
Replies: 5
Views: 8810

Use ScatterPlot and then set the shapes with renderer.setSeriesShape(...)
:D
by Zane
Fri Jun 10, 2005 8:34 am
Forum: JFreeChart
Topic: Time Bar Chart (multiple) NOT OVER or ON each other
Replies: 3
Views: 3479

David you are right.
The ClusteredXYBarRenderer is the right solution.
by Zane
Thu Jun 09, 2005 4:07 pm
Forum: JFreeChart
Topic: Time Bar Chart (multiple) NOT OVER or ON each other
Replies: 3
Views: 3479

done it

I have done it.

I wrote new class DynamicRegularTimePeriod that extends RegularTimePeriod.

It would be good that this would be in JfreeChart source.
by Zane
Thu Jun 09, 2005 1:42 pm
Forum: JFreeChart
Topic: Tick label angle (extended code)
Replies: 0
Views: 1929

Tick label angle (extended code)

/** * User: zanel * Date: 2004.6.2 * Time: 15:44:16 */ package com.generalynx.gema.chart.axis; import org.jfree.chart.axis.DateAxis; import org.jfree.chart.axis.DateTick; import org.jfree.chart.axis.DateTickUnit; import org.jfree.chart.axis.Tick; import org.jfree.ui.RectangleEdge; import org.jfree....