Search found 4 matches

by deryaaltuntas
Tue Mar 06, 2012 2:11 pm
Forum: JFreeChart
Topic: JFreechart XYPlot DataArea
Replies: 1
Views: 3429

JFreechart XYPlot DataArea

You know that getPreferredSize method exists for ChartPanel.I want a similar method for XYPlot.Because I have a background image, I will scale image for each plot size change in ChartPanel.XYPLot width is not important for me.I want to scale height of background. So I need to have size of XYPlot. Ch...
by deryaaltuntas
Sat Feb 18, 2012 8:50 am
Forum: JFreeChart
Topic: getChartRenderingInformation() getScreenDataArea() both null
Replies: 5
Views: 9224

Re: getChartRenderingInformation() getScreenDataArea() both

I have same problem.It only returns zero values for my case. But I am using ChartPanel instance with CombinedRangeXYPlot in it. ConbinedRangeXYPlot has 2 subplots in it This code gives java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 chartPanel.getChartRenderingInfo().getPlotInfo().getSubplotI...
by deryaaltuntas
Mon Feb 13, 2012 5:26 pm
Forum: JFreeChart
Topic: Multiple label in DomainAxis of XYPlot
Replies: 0
Views: 2665

Multiple label in DomainAxis of XYPlot

I want to have multiple label for Domain Axis (DateAxis) of single XYPlot. May be you will advise me to to use CombinedRangeXYPlot but this not my case. I want to write"Now" text beginning of domain axis , I want to write "Future" text center of DomainAxis. I learned that CategoryPlot supports this ...
by deryaaltuntas
Thu Dec 15, 2011 10:39 am
Forum: JFreeChart
Topic: Set BarChart´s Minimum Bar Width
Replies: 0
Views: 4473

Set BarChart´s Minimum Bar Width

I know that there is already a question asking this.But no answered has ben posted until now. http://www.jfree.org/forum/viewtopic.php?f=3&t=22175 "I was wondering if there is a way to set the minimum width for a bar, or if I could set a larger width for the plot and the put a scroll on my window. "...