I want to draw a DialChart.
But there is no class calld DialChart.
Also no direct method in chartFactory to create it.
Can anybody provide me guide lines to create Dial chart.
Thanks in advance,
Aniket
Search found 17 matches
- Fri Sep 12, 2008 9:21 am
- Forum: JFreeChart
- Topic: Dial Chart Problem
- Replies: 1
- Views: 2300
- Mon Sep 01, 2008 7:15 am
- Forum: JFreeChart
- Topic: white space in gantt chart
- Replies: 1
- Views: 2672
white space in gantt chart
Hi Friends, I have specific problem in gantt chart. I developed a Conference hall booking chart using Gantt chart. The chart looks like as shown is image. Now I want to adjust the height of white space between the domain axis and first task(space shown by arrow in image). http://i515.photobucket.com...
- Mon Aug 18, 2008 2:09 am
- Forum: JFreeChart
- Topic: CategoryMarker help expected
- Replies: 2
- Views: 4119
Thanks a lot
Hello RoyW,
thanks for the answer.
I am very sorry for using such demanding language.
I will definately take care while posting hereafter.
Once again thanks for your help and kindness.
thanks for the answer.
I am very sorry for using such demanding language.
I will definately take care while posting hereafter.
Once again thanks for your help and kindness.
- Fri Aug 15, 2008 2:02 am
- Forum: JFreeChart
- Topic: How to draw annotation on a dateAxis domain
- Replies: 5
- Views: 6201
Hi noss 00
thanks a lot for quick reply.
But my problem is a bit different. I am creaeting a Gantt chart , so the plot is a categoryPlot and I want to draw ahorizontal line on it.
Complete code is here
http://www.jfree.org/phpBB2/viewtopic.php?t=25408
I am thankful for your help !!!
But my problem is a bit different. I am creaeting a Gantt chart , so the plot is a categoryPlot and I want to draw ahorizontal line on it.
Complete code is here
http://www.jfree.org/phpBB2/viewtopic.php?t=25408
I am thankful for your help !!!
- Thu Aug 14, 2008 8:23 am
- Forum: JFreeChart
- Topic: CategoryMarker help expected
- Replies: 2
- Views: 4119
CategoryMarker help expected
I am trying do draw a horizontal line on my Gantt chart. After searching a lot on Jfree.org and net I came to know this can be done using addRangeMarker() . This method takes CategoryMArker as a parameter, but I am too much confused about what to pass as parameter. Below is my code package demo1; im...
- Thu Aug 14, 2008 7:18 am
- Forum: JFreeChart
- Topic: Combined Gantt Chart?
- Replies: 16
- Views: 24968
- Thu Aug 14, 2008 6:01 am
- Forum: JFreeChart
- Topic: How to draw annotation on a dateAxis domain
- Replies: 5
- Views: 6201
- Thu Aug 14, 2008 3:05 am
- Forum: JFreeChart - Stockmarket
- Topic: Financial Time Series Customizing?
- Replies: 14
- Views: 48417
The yellow horizontal line
Hi sha,
Very interesting code.
I want to know how you drew the horizontal yellow line.
I will be thankful if you provide the code sniplet.
Thnaks
Very interesting code.
I want to know how you drew the horizontal yellow line.
I will be thankful if you provide the code sniplet.
Thnaks
- Thu Aug 14, 2008 2:56 am
- Forum: JFreeChart
- Topic: Vertical CategoryLineAnnotation line in a HORIZONTAL PLOT
- Replies: 1
- Views: 4568
- Thu Aug 14, 2008 2:25 am
- Forum: JFreeChart
- Topic: drawing horizotal line on gantt chart
- Replies: 2
- Views: 5155
no replies
Hey all,
Isnt there any way to draw the line on gantt chart?
Or is the solution so obvious that there is no reply.
I think it must be very easy but because of some silly mistakes I am not getting it.
Isnt there any way to draw the line on gantt chart?
Or is the solution so obvious that there is no reply.
I think it must be very easy but because of some silly mistakes I am not getting it.
- Wed Aug 13, 2008 7:42 am
- Forum: JFreeChart
- Topic: drawing horizotal line on gantt chart
- Replies: 2
- Views: 5155
additional information
I am using a Gantt chart so x-axis has got time values and Y-axis has got task names.
- Wed Aug 13, 2008 7:38 am
- Forum: JFreeChart
- Topic: drawing horizotal line on gantt chart
- Replies: 2
- Views: 5155
drawing horizotal line on gantt chart
Hi all, I am very new to JFreeChart so you may find the question to be childish :lol: I am developing a normal gantt chart with different tasks. To seperate one task clearly from other I want to draw a horizontal line between two tasks. I tried to use public CategoryLineAnnotation(java.lang.Comparab...
- Wed Aug 13, 2008 3:42 am
- Forum: JFreeChart
- Topic: Task display in Gantt chart
- Replies: 0
- Views: 2750
Task display in Gantt chart
Hi all, Currently if we use setPercetcomplete() method for a task, that task is displayed with a thick bar in middle showing completion. So actually tasks gets divided into three horizontal bars with middle bar showing task completion. I want to increase height of this middle bar so that the task sh...
- Tue Aug 12, 2008 5:41 am
- Forum: JFreeChart
- Topic: Gantt chart - multiple bars per task
- Replies: 3
- Views: 8982
Hi Nuclex
Hi nuclex
I am facing the same problem as you did.
Which solution you implemented?
I am facing the same problem as you did.
Which solution you implemented?
- Tue Jul 22, 2008 3:36 am
- Forum: JFreeChart
- Topic: adding image on TimeSeries Chart
- Replies: 0
- Views: 2960
adding image on TimeSeries Chart
Hi all I want to add images at particular points in Time Series chart. In normal XYChart this can be achieved using annotation as below XYPlot plot = chart.getXYPlot(); ImageIcon imageIcon = null; imageIcon = new ImageIcon("D:/JFreeChartDemo/JFreeChartDemo/src/demo1/img2.png"); XYAnnotation xyannota...