Search found 10 matches

by cortesino
Tue Sep 30, 2008 5:28 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot: repeat DomainAxis
Replies: 4
Views: 4193

Thanks!! Work it!
by cortesino
Tue Sep 30, 2008 8:43 am
Forum: JFreeChart
Topic: CombinedDomainXYPlot: repeat DomainAxis
Replies: 4
Views: 4193

up!
by cortesino
Sun Aug 31, 2008 6:19 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot: repeat DomainAxis
Replies: 4
Views: 4193

Anything idea??
by cortesino
Wed Aug 27, 2008 7:32 pm
Forum: JFreeChart
Topic: Marker outside Axis range
Replies: 2
Views: 4059

Anything idea?
by cortesino
Thu Aug 21, 2008 11:09 am
Forum: JFreeChart
Topic: Marker outside Axis range
Replies: 2
Views: 4059

Marker outside Axis range

Hello,

I have a chart with some plots with markers that sometimes fall outside data ranges, and don't drawn in axis setAutoRange(true).

Is there any way for draw automatically this markers?

Regards.
by cortesino
Wed Aug 20, 2008 7:08 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot: repeat DomainAxis
Replies: 4
Views: 4193

CombinedDomainXYPlot: repeat DomainAxis

Hello! I'm creating a chart with CombinedDomainXYPlot and I need repeat the DomainAxis on top and bottom, but I have problems for this. In the combinedDomain there are one XYPlot (TimeSeries) creating with ChartFactory.createTimeSeriesChart and some XYPlots (XYIntervalSeriesCollection) with new XYPl...
by cortesino
Mon Aug 18, 2008 5:22 pm
Forum: JFreeChart
Topic: Annotation in barcharts (Y-value)
Replies: 2
Views: 2924

Thanks!!
by cortesino
Thu Aug 14, 2008 9:38 am
Forum: JFreeChart
Topic: Annotation in barcharts (Y-value)
Replies: 2
Views: 2924

Annotation in barcharts (Y-value)

Hello, i'm search this in forum but... In my chart there are some horizontal bars but some of them are empty and I need fill this with labels. I use for this XYPlot, XYBarRenderer and XYIntervalSeriesCollection and I think create this labels with Annotation. My problem is in obtain y-value for creat...
by cortesino
Wed Aug 13, 2008 12:05 pm
Forum: JFreeChart
Topic: How to draw annotation on a dateAxis domain
Replies: 5
Views: 6212

Hello, you need create a new Annotation with x-value equals a time. This obtain with method getFirstMillisecond() of time class (Second, Minute, Day...).

Regards.
by cortesino
Mon Aug 11, 2008 8:01 pm
Forum: JFreeChart
Topic: Statistical and Times Serie
Replies: 1
Views: 1784

Statistical and Times Serie

Hello,

I have a problem: I need a chart with Times Series and Statistical Serie (with deviations) or Times Series with deviations, this is possible??

Thanks in advance!!