Search found 6 matches

by sri@78
Tue Dec 16, 2014 8:49 am
Forum: JFreeChart
Topic: customize the x axis and y axis labels in XYAreaChart
Replies: 5
Views: 10513

Re: customize the x axis and y axis labels in XYAreaChart

Got the way to do. After overriding the refreshTicksHorizontal, got the required format of output. Thanks David for the help.
by sri@78
Mon Dec 15, 2014 3:31 pm
Forum: JFreeChart
Topic: customize the x axis and y axis labels in XYAreaChart
Replies: 5
Views: 10513

Re: customize the x axis and y axis labels in XYAreaChart

Hi David, Now I am able to achieve the y- axis values after overriding the NumberFormat as suggested. But still not able to accomplish the x axis values as I am not able to understand the refreshHorizontal method. But I tried to apply the NumberFormat fix for x-axis values as well and I achieved it ...
by sri@78
Sun Dec 14, 2014 6:53 pm
Forum: JFreeChart
Topic: customize the x axis and y axis labels in XYAreaChart
Replies: 5
Views: 10513

Re: customize the x axis and y axis labels in XYAreaChart

Thank you so much David for the reply. Let me try this approach.
by sri@78
Sun Dec 14, 2014 6:37 pm
Forum: JFreeChart
Topic: customize the x axis and y axis labels in XYAreaChart
Replies: 5
Views: 10513

Re: customize the x axis and y axis labels in XYAreaChart

Please help me about my query. Waiting for the reply. Thanks in advance.
by sri@78
Sat Dec 13, 2014 7:17 am
Forum: JFreeChart
Topic: customize the x axis and y axis labels in XYAreaChart
Replies: 5
Views: 10513

customize the x axis and y axis labels in XYAreaChart

HI, I have a requirement to show the x and y axis labels differently as showed in the image. Those are custom values. I am using XYAreaChart to meet the requirement.I almost achieved except to show the custom values on x and y axis. Please see below code and suggest me how can I achieve the same. I ...
by sri@78
Tue Dec 09, 2014 4:30 am
Forum: JFreeChart
Topic: how to plot the lines in stackedarea chart
Replies: 0
Views: 2604

how to plot the lines in stackedarea chart

Hi Team, I have been using JFreeChart for drawing different charts like bar chart and area chart. Its a great tool. But I need some guidance to achieve plotting the lines on area chart. Till now I am able to achieve as below. But how to achieve drawing lines for some particular dates. Also need to d...