Search found 18 matches

by Alex Manoylenko
Mon Apr 18, 2005 10:03 am
Forum: JFreeChart
Topic: Probability paper question
Replies: 0
Views: 2099

Probability paper question

Hello! Is there any way to build probability paper using JFreeChart like this __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __...
by Alex Manoylenko
Fri Apr 01, 2005 5:40 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Hello, everybody!!!

Can somebody explain me which dataset I MUST use to create right step chart?

I use XYSeriesCollection but I can't see anything on my JPanel.
Am I right using this kind of dataset?

Thanks a lot.

I need your help.

Best regards,
Alex
by Alex Manoylenko
Fri Apr 01, 2005 1:51 pm
Forum: JFreeChart
Topic: API docs / gjdoc
Replies: 28
Views: 44445

Hi, Tim.

Sorry. You are right, methods are cut at the beginning :(

Best regars, Alex
by Alex Manoylenko
Fri Apr 01, 2005 12:52 pm
Forum: JFreeChart
Topic: API docs / gjdoc
Replies: 28
Views: 44445

All is kewl using IE 6.0.2900.2180 XP SP2.
by Alex Manoylenko
Fri Apr 01, 2005 12:47 pm
Forum: JFreeChart
Topic: Travelling 1-8 April
Replies: 3
Views: 4893

Have a nice travelling !!

Best regards,
Alex
by Alex Manoylenko
Wed Mar 30, 2005 4:11 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Hello, everybody! I have some problem creating XYStepChart. Here is source code: public class StepFunctionChart extends JPanel { public StepFunctionChart(LinkedList classes) { XYSeriesCollection dataset = createDataset(classes); JFreeChart chart = createChart(dataset); chart = customizeChart(chart);...
by Alex Manoylenko
Wed Mar 23, 2005 2:47 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Hello, David.

Thanks a lot for your rapid answer.

I try to do this.
I think JFreeChart makes my life more buitiful :)

Best regards,
Alex
by Alex Manoylenko
Tue Mar 22, 2005 4:21 pm
Forum: JFreeChart
Topic: Multiple Axis Problem
Replies: 23
Views: 29033

Thanks Birgi for your answering.

Anybody wants to help us :)

But I hope somebody helps us :^)

My ICQ: 279533452.

Write please, if you find how to resolve this issue.

Thanks a lot.

Best regards, Alex
by Alex Manoylenko
Tue Mar 22, 2005 2:30 pm
Forum: JFreeChart
Topic: Multiple Axis Problem
Replies: 23
Views: 29033

Hello, Birgi.

Your first problem coinsides with my problem showed in "Help please" topic. Do you resolve it?

Thanks a lot.

Bets regards, Alex
by Alex Manoylenko
Tue Mar 22, 2005 2:01 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Help please!

I need your help.

A lot of thanks, Alex
by Alex Manoylenko
Mon Mar 21, 2005 7:55 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Hi, everybody. These are the issues that I want to resolve using JFreeChart library. Can I do this? a) I want to build bar chart and some functions (y1=f(x1), y2=g(x2), etc.) in one JFreeChart http://chartproject.nm.ru/firstIssue.JPG b) I want to build step function (arrows on picture) and some func...
by Alex Manoylenko
Mon Mar 21, 2005 11:12 am
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Thanks Birgi.

Maybe I haven't explained my problem simple.

I didn't want create two JPanel's I want to create one JPanel where I can build both bar chart and simple function (y = f(x)). AT THE SAME JPanel !!!

Is there way to do it?

Thanks a lot.

Best regards, Alex
by Alex Manoylenko
Sun Mar 20, 2005 11:36 pm
Forum: JFreeChart
Topic: Help please
Replies: 9
Views: 13127

Help please!
by Alex Manoylenko
Tue Mar 15, 2005 5:59 pm
Forum: JFreeChart
Topic: Step function question
Replies: 1
Views: 3051

Is there way to resolve this issue using JFreeChart?

Help please.

Thanks,
Alex
by Alex Manoylenko
Mon Mar 14, 2005 8:27 am
Forum: JFreeChart
Topic: Step function question
Replies: 1
Views: 3051

Step function question

Hi! Can somebody explain me how I can resolve next problem: I want to build step function like this (I have x-begin value and x-end value of arrow, y-value of arrow): Y | ---> | --> | --> | --> |____________________ X I have understood that I must use static method createXYStepChart() of ChartFactor...