Search found 23 matches
- Thu Oct 26, 2006 4:51 pm
- Forum: JFreeChart
- Topic: Line chart's X-Axis labels are not showing completely
- Replies: 8
- Views: 14703
- Thu Oct 19, 2006 11:25 am
- Forum: JFreeChart
- Topic: Line chart's X-Axis labels are not showing completely
- Replies: 8
- Views: 14703
public class WeeklyLineChart extends ApplicationFrame { private float energyUsage; private String xAxisLabelsString; private float yAxisMaxValue = 0; private double transactionHistory; private String Y_AXIS_TITLE = "Percentage"; public WeeklyLineChart(final String title) { super(title); final Categ...
- Thu Oct 19, 2006 8:10 am
- Forum: JFreeChart
- Topic: How to set the border for the Bars
- Replies: 0
- Views: 1771
How to set the border for the Bars
hi,
In my application we are using the StackedBar chart, i am getting displayed the bars successfully but if I could get the border for them , then the bars are look and feel.
version : jfreechart-0.9.21
Can any one please give me the suggestion to set the border for the bar?
regards,
Sumant
In my application we are using the StackedBar chart, i am getting displayed the bars successfully but if I could get the border for them , then the bars are look and feel.
version : jfreechart-0.9.21
Can any one please give me the suggestion to set the border for the bar?
regards,
Sumant
- Thu Oct 19, 2006 5:11 am
- Forum: JFreeChart
- Topic: how to remove the legends using jfreechart-0.9.21 version
- Replies: 2
- Views: 3228
- Wed Oct 18, 2006 8:50 am
- Forum: JFreeChart
- Topic: how to remove the legends using jfreechart-0.9.21 version
- Replies: 2
- Views: 3228
how to remove the legends using jfreechart-0.9.21 version
hi
I am using the following line to remove the legends using the jfreechart-1.0.2 version
then it is working
suppose if i want to use the jfreechart-0.9.21 version, then which method i have to call?
regards,
Sumant
I am using the following line to remove the legends using the jfreechart-1.0.2 version
Code: Select all
chart.removeLegend();
suppose if i want to use the jfreechart-0.9.21 version, then which method i have to call?
regards,
Sumant
- Wed Oct 18, 2006 7:56 am
- Forum: JFreeChart
- Topic: How to load chart image in the forum question?
- Replies: 0
- Views: 1987
How to load chart image in the forum question?
hi,
can anyone please tell me the How to load chart image in the forum question? i have to show the graphs in the Forum
regards,
Sumant
can anyone please tell me the How to load chart image in the forum question? i have to show the graphs in the Forum
regards,
Sumant
- Tue Oct 17, 2006 6:10 pm
- Forum: JFreeChart
- Topic: How to reduce the gap between the X-Axis labels
- Replies: 2
- Views: 3220
- Tue Oct 17, 2006 5:40 pm
- Forum: JFreeChart
- Topic: How to set the label tick on the X-Axis label?
- Replies: 2
- Views: 3345
- Tue Oct 17, 2006 4:16 pm
- Forum: JFreeChart
- Topic: To remove the small label box
- Replies: 2
- Views: 2962
Thanks David
Thanks David,
i used the chart.removeLegend() method and i am getting without that lagend ( My expactations).
thanks a lot
regards,
Sumant
i used the chart.removeLegend() method and i am getting without that lagend ( My expactations).
thanks a lot
regards,
Sumant
- Tue Oct 17, 2006 4:01 pm
- Forum: JFreeChart
- Topic: To remove the small label box
- Replies: 2
- Views: 2962
To remove the small label box
hi,
I am getting the small box with the sub title in the ground floor of the chart and indicating the line
i have to remove the sub title
regards,
Sumi[/img]
I am getting the small box with the sub title in the ground floor of the chart and indicating the line
i have to remove the sub title
regards,
Sumi[/img]
- Tue Oct 17, 2006 3:07 pm
- Forum: JFreeChart
- Topic: How to set the label tick on the X-Axis label?
- Replies: 2
- Views: 3345
How to set the label tick on the X-Axis label?
hi, Can any one please give me the suggestion on the following? i have 4 or 5 X-Axis labels for the line, the line and labels are getting displayed well but label tick on the X-Axis is not getting. hence we could not identify which label is corresponding to the line's point. regards, Sumant
- Tue Oct 17, 2006 2:07 pm
- Forum: JFreeChart
- Topic: Line chart's X-Axis labels are not showing completely
- Replies: 8
- Views: 14703
Hi Dave Gilbert
Thanks Dave Gilbert,
Can you please tell me the how to use them in our.
i hope you will give the suggestion
thanks,
Sumant
Can you please tell me the how to use them in our.
i hope you will give the suggestion
thanks,
Sumant
- Tue Oct 17, 2006 1:44 pm
- Forum: JFreeChart
- Topic: How to reduce the gap between the X-Axis labels
- Replies: 2
- Views: 3220
How to reduce the gap between the X-Axis labels
Hi ,
How to reduce the gap between the X-Axis labels??
can anyone please give me the suggestion
thanks,
Sumant
How to reduce the gap between the X-Axis labels??
can anyone please give me the suggestion
thanks,
Sumant
- Mon Oct 16, 2006 5:30 pm
- Forum: JFreeChart
- Topic: Line chart's X-Axis labels are not showing completely
- Replies: 8
- Views: 14703
Line chart's X-Axis labels are not showing completely
hi, i have one line chart having morethan 7 X-axis labels. when i execute my code the chart is displaying well but the X-axis labels are not displaying completely. those are displaying as following sequence. 24/3.. 25/3.. 26/3.. 27/3.. 28/3.. 30/3.. 31/3.. but i have to get the full dates as the fol...
- Thu Oct 05, 2006 8:00 am
- Forum: JFreeChart
- Topic: How to set Bar outline?
- Replies: 1
- Views: 2446
How to set Bar outline?
HI,
Can Anyone plese give me the suggestion to set the Bar Out line with thick black color.
I have the Bar with two different colors, but that bar is displaying only colors, but i need outline also
regards,
Sumant
Can Anyone plese give me the suggestion to set the Bar Out line with thick black color.
I have the Bar with two different colors, but that bar is displaying only colors, but i need outline also
regards,
Sumant