Search found 296 matches

by develop
Mon Mar 16, 2009 2:58 pm
Forum: JFreeChart
Topic: problem with 1.0.12
Replies: 3
Views: 2602

problem with 1.0.12

I am using 1.0.11 and trying to update to version .12 but its not working. same set of code works fine with version 1.0.11.

does not give me any exception or error. code just hangs for whatever reason.

any idea... what might be wrong ???
by develop
Wed Feb 04, 2009 8:17 pm
Forum: JFreeChart
Topic: exception in AbstractXYItemRenderer
Replies: 0
Views: 1682

exception in AbstractXYItemRenderer

situation :: i have combinedDomainXYPlot. my chart updates whenever there is a update in data. (basically re-draw one subplot). this happens may be 2-3 times a second. during this update i am getting following 2 exceptions. this is with jfreechart version 1.0.12 1 java.lang.ArrayIndexOutOfBoundsExce...
by develop
Tue Dec 16, 2008 9:36 pm
Forum: JFreeChart
Topic: set legend without any shape
Replies: 2
Views: 2975

i will give it a shot what you have suggested.

Thanks
by develop
Mon Dec 15, 2008 3:31 pm
Forum: JFreeChart
Topic: set legend without any shape
Replies: 2
Views: 2975

set legend without any shape

how can i set the legend with just text and no shapes

I am using CombinedDomainXYPlot.

Thanks
by develop
Tue Nov 11, 2008 8:16 pm
Forum: JFreeChart
Topic: Changing background color for a portion of the plot
Replies: 1
Views: 2417

another approach would be to use to markers. once you get x and y value of chart. try adding appropriate marker (domain/Range) and see if that works.

Hope this helps.
by develop
Mon Oct 20, 2008 7:31 pm
Forum: JFreeChart
Topic: streaming chart question
Replies: 0
Views: 1483

streaming chart question

we use freechart for our application. now we have to provide streaming chart

meaning, last candle (in candlestick chart) should update real time( may be twice per second).

what is the best way to achieve this with jfreechart ?
any suggestions ?? any idea ??

Thanks
by develop
Wed Sep 03, 2008 2:39 pm
Forum: JFreeChart
Topic: IntervalMarker and label
Replies: 2
Views: 3100

tried that, does not work.
it ignores '/n'
by develop
Fri Aug 29, 2008 1:49 pm
Forum: JFreeChart
Topic: IntervalMarker and label
Replies: 2
Views: 3100

IntervalMarker and label

is there a way to split label of interval marker into 2 lines

i need to display 2 lines of information on chart.

Thanks
by develop
Fri Aug 29, 2008 12:59 pm
Forum: JFreeChart
Topic: RangeAxis and negative values
Replies: 2
Views: 2558

i think i will try to use that decimalFormat.setNegativePrefix and suffix.

Thanks a lot for reply.
by develop
Thu Aug 28, 2008 8:16 pm
Forum: JFreeChart
Topic: RangeAxis and negative values
Replies: 2
Views: 2558

RangeAxis and negative values

I have all negative Values on rangeAxis.

but negative sign is too small and very hard to read, so users are getting confused,

is there a way to format RangeAxis so that negative sign becomes more visible ?

Thanks
by develop
Fri Jun 13, 2008 4:34 pm
Forum: JFreeChart
Topic: create thumbnail images
Replies: 3
Views: 3252

Thanks a lot. That works perfectly.

Thanks for great product :lol:
by develop
Wed Jun 11, 2008 12:42 pm
Forum: JFreeChart
Topic: create thumbnail images
Replies: 3
Views: 3252

create thumbnail images

i need to create 6 months of price chart with thumbnails. here is what i do -- draw price chart (just took one of the demo example) then save chart as png to get image. how so i scale down this image. I only need 50X50 or 100 X100, but when i give height and width , JfreeChart only draws partial cha...
by develop
Mon Apr 07, 2008 8:09 pm
Forum: JFreeChart
Topic: how to write current date in chart bottom right-side conner
Replies: 2
Views: 2731

you can use titleAnnotation which is in experiment package

hope this helps
by develop
Fri Mar 21, 2008 1:28 am
Forum: JFreeChart
Topic: Is an image like this possible?
Replies: 2
Views: 3147

i think gantt chart should work what you want.

Hope this helps
by develop
Tue Mar 11, 2008 6:26 pm
Forum: JFreeChart
Topic: display difference of 2 series as seperate chart
Replies: 4
Views: 4043

Thanks a lot for explanation.
I understood now.

Thanks