Search found 20 matches

by ashish_sriv
Mon Jun 25, 2007 12:39 pm
Forum: JFreeChart
Topic: Space between bars
Replies: 1
Views: 2465

Space between bars

Hi,
I have created category bar chart with itemMargin = 0 and max width= 0.8.

The bar chart that has drawn with this setting has some spaces between the bars. I want to remove those spaces but also want keep the maximum width as 0.8.

Thanks,
by ashish_sriv
Thu Jun 21, 2007 10:34 am
Forum: JFreeChart
Topic: Last tick label not shown fully
Replies: 7
Views: 9040

Cannot see complete tick label

Has this problem resolved in the latest version of JFreeChart? If yes what set of code have to write for the same?

Thanks,
Ashish
by ashish_sriv
Wed Mar 07, 2007 8:45 pm
Forum: JFreeChart
Topic: ZoomOut Range Problem
Replies: 2
Views: 4075

set

((NumberAxis)axis).setAutoRangeIncludesZero(false); betore setting zoomRange.

Thanks,
by ashish_sriv
Wed Mar 07, 2007 8:10 pm
Forum: JFreeChart
Topic: Tick Labels
Replies: 0
Views: 2259

Tick Labels

Hi,
I am making bar chart and want to set URL with domain axis tick label. Is it possible in JFreeChart?

Any help would be apppreciated.

Thanks,
by ashish_sriv
Tue Mar 06, 2007 8:00 pm
Forum: JFreeChart
Topic: In Bar chart can I put any image in place of Item label.
Replies: 4
Views: 5587

Hi Pin, As suggested by Gilbert I extended the BarRenderer and overridden the method "drawItem". Here is the overridden code.... Hoping this would work for you too. public void drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ...
by ashish_sriv
Tue Mar 06, 2007 5:36 pm
Forum: JFreeChart
Topic: Making ticklable/axes clickable
Replies: 1
Views: 2556

Any hint on my query?
Thanks,
by ashish_sriv
Mon Mar 05, 2007 11:55 pm
Forum: JFreeChart
Topic: In Bar chart can I put any image in place of Item label.
Replies: 4
Views: 5587

I am still in the process, I will surly be sharing the code once it is done.
Thanks,
by ashish_sriv
Mon Mar 05, 2007 11:49 pm
Forum: JFreeChart
Topic: XYBar chart
Replies: 2
Views: 3035

Thanks Gilbert,
I was providing data in a wrong format. I has fixed now.

Thanks again.
by ashish_sriv
Fri Mar 02, 2007 1:29 am
Forum: JFreeChart
Topic: XYBar chart
Replies: 2
Views: 3035

XYBar chart

Hi,
I am generating XYBarChart, it is getting generated but the bars are so thin as lines.

How to make then as real bars.

Thanks
by ashish_sriv
Thu Mar 01, 2007 8:44 pm
Forum: JFreeChart
Topic: In Bar chart can I put any image in place of Item label.
Replies: 4
Views: 5587

In Bar chart can I put any image in place of Item label.

Hi,
I want to put some colored image like filled circle on the top of every bar chart item. Can we do that in JFreeChart?

Thanks
by ashish_sriv
Thu Mar 01, 2007 8:37 pm
Forum: JFreeChart
Topic: How to reduce gap between bar?
Replies: 2
Views: 4485

How can we control the gap between catogaries?

Thanks
by ashish_sriv
Wed Feb 28, 2007 2:37 pm
Forum: JFreeChart
Topic: Making ticklable/axes clickable
Replies: 1
Views: 2556

Making ticklable/axes clickable

Hi,
Can we make ticklabel and axes label clickable.

By clickable mean I want to navigate to some web page on click of these labels.

Thanks,
by ashish_sriv
Tue Feb 27, 2007 6:14 pm
Forum: JFreeChart
Topic: Prefix/Suffix at axis data label
Replies: 0
Views: 1988

Prefix/Suffix at axis data label

Hi ,
Thanks for your help,

I have one more query, how I can put suffix or prefix with the data label shown in axes.

Like $2,000, $3,000 or 20%, 30%.

Thanks,
by ashish_sriv
Tue Feb 27, 2007 4:52 pm
Forum: JFreeChart
Topic: Showing Shapes
Replies: 1
Views: 2478

Showing Shapes

Hi,
I have large number of data points in my chart. I want to show the shape on some data points only, not to all. I am trying to draw XYLine Chart.

Can I do it in JfreeChart?

Thanks
by ashish_sriv
Thu Feb 01, 2007 6:34 pm
Forum: JFreeChart
Topic: How can I remove the frames from the chart background
Replies: 0
Views: 1617

How can I remove the frames from the chart background

Hi,
I dont want to have frames at the background of the chart. Do we have any property to unset it, as by default every chart generated has a background dotted frames.

Thanks,