Search found 14 matches

by HSG
Fri Nov 27, 2009 10:37 am
Forum: JFreeChart
Topic: SetAutoRangeIncludesZero() in ValueAxis ????
Replies: 1
Views: 2079

SetAutoRangeIncludesZero() in ValueAxis ????

Hi everyone,

All in the tittle, this function doesn't exists ?
Why ?

Regards,

Gaël
by HSG
Thu Oct 08, 2009 9:50 am
Forum: JFreeChart
Topic: [How to] customize my SpiderWebPlot ?
Replies: 3
Views: 3807

Re: [How to] customize my SpiderWebPlot ?

Ok if is the only solution ...
by HSG
Wed Oct 07, 2009 8:30 am
Forum: JFreeChart
Topic: [How to] customize my SpiderWebPlot ?
Replies: 3
Views: 3807

Re: [How to] customize my SpiderWebPlot ?

I just wanna specify, that i'm on the vesrion 1.0.9 of JFreeChart.

It could be the problem ?
by HSG
Tue Oct 06, 2009 3:21 pm
Forum: JFreeChart
Topic: [How to] customize my SpiderWebPlot ?
Replies: 3
Views: 3807

[How to] customize my SpiderWebPlot ?

I try to change the areas of my differents categories, i have something like that:

Imageimagik.fr

I wanna that :

Imageimagik.fr

How can I do that ?

Thanks a lot,

Regards,

Gaël
by HSG
Wed Jun 10, 2009 8:16 am
Forum: JFreeChart
Topic: [How To] Change the shape in SpiderWebPlot
Replies: 3
Views: 3038

Re: [How To] Change the shape in SpiderWebPlot

paradoxoff wrote:You probably can´t. The shape uses to draw the edges of the web are hardwired to be Ellipse2D instances. But you should be able to adjust the size of the cricles by using the setheadpercent(double) method.
Perfect, thanks a lot :)
by HSG
Thu Jun 04, 2009 3:06 pm
Forum: JFreeChart
Topic: [How To] Change the shape in SpiderWebPlot
Replies: 3
Views: 3038

Re: [How To] Change the shape in SpiderWebPlot

An illustration of my problem:

Imageimagik.fr
by HSG
Wed Jun 03, 2009 3:31 pm
Forum: JFreeChart
Topic: [How To] Change the shape in SpiderWebPlot
Replies: 3
Views: 3038

[How To] Change the shape in SpiderWebPlot

All in the title,

I can change the Shape in the Legend with setLegenItemShape but how i can do that in the plot ?

Thanks a lot,

Regards,

Gaël
by HSG
Mon May 11, 2009 4:06 pm
Forum: JFreeChart
Topic: How i can hide the in a dial chart ?
Replies: 1
Views: 1677

Re: How i can hide the in a dial chart ?

Code: Select all

chart = new JFreeChart("", JFreeChart.DEFAULT_TITLE_FONT, plot, true)
;

Last argument need to be False

Sorry
by HSG
Mon May 11, 2009 4:03 pm
Forum: JFreeChart
Topic: How i can hide the in a dial chart ?
Replies: 1
Views: 1677

How i can hide the in a dial chart ?

All in the title :)

Thanks
by HSG
Mon May 11, 2009 3:53 pm
Forum: JFreeChart
Topic: How to Mix ScatterPlot and Lines
Replies: 9
Views: 22113

Re: How to Mix ScatterPlot and Lines

Thanks a lot,

I'm using XYDotsRenderer and XYSpline and it works.

Perfect :)
by HSG
Thu May 07, 2009 9:50 am
Forum: JFreeChart
Topic: How to Mix ScatterPlot and Lines
Replies: 9
Views: 22113

Re: How to Mix ScatterPlot and Lines

Ok I understand that, but I use which plot ?
But a chart could have many plots ??
I use which plot ?
by HSG
Thu May 07, 2009 8:34 am
Forum: JFreeChart
Topic: Range problem
Replies: 2
Views: 2027

Re: Range problem

Perfect :)
by HSG
Wed May 06, 2009 12:11 pm
Forum: JFreeChart
Topic: Range problem
Replies: 2
Views: 2027

Range problem

Hi again, I have a another problem, i have made a chart, with a DefaultCategoryDataset, implements RangeInfo and DomainInfo and i intialize my dataset like this: double minX = Double.NEGATIVE_INFINITY; double maxX = Double.POSITIVE_INFINITY; double minY = Double.POSITIVE_INFINITY; double maxY = Doub...
by HSG
Wed May 06, 2009 10:39 am
Forum: JFreeChart
Topic: How to Mix ScatterPlot and Lines
Replies: 9
Views: 22113

How to Mix ScatterPlot and Lines

Hi,

I'm a french student, and I develop an application using JFreeChart.
I have to make a chart with plots and lines, how I can do that ?

Sorry for my english :(

Regards,

Gaël