Search found 8 matches

by Joshi
Fri Aug 03, 2018 10:32 am
Forum: JFreeChart
Topic: Change to the 'right-click' menu
Replies: 3
Views: 8168

Re: Change to the 'right-click' menu

you can add menuitem to the list at any index you like. to remove properties option pass false in chartpanel constructor argurments and the rest to true.
by Joshi
Thu Dec 14, 2017 7:32 am
Forum: JFreeChart
Topic: Include XYDrawableAnnotation into plot area.
Replies: 0
Views: 3823

Include XYDrawableAnnotation into plot area.

I am trying to plot a dynamic plot using XYDrawableAnnotation,the problem is the plot is not visiable in plot area.the output is showing this https://i.stack.imgur.com/pVtJn.png but i want this https://i.stack.imgur.com/tHtaQ.png .here is my code import org.jfree.chart.ChartFactory; import org.jfree...
by Joshi
Thu Dec 14, 2017 6:33 am
Forum: JFreeChart
Topic: StandardXYItemLabelGenerator label getting cut although.
Replies: 1
Views: 2942

Re: StandardXYItemLabelGenerator label getting cut although.

Hello david, does it has any solution ? even XYTextAnnotation,XYDrawableAnnotation getting cut.this is important for me does it has any solution ?
by Joshi
Tue Dec 12, 2017 11:41 am
Forum: JFreeChart
Topic: StandardXYItemLabelGenerator label getting cut although.
Replies: 1
Views: 2942

StandardXYItemLabelGenerator label getting cut although.

Hi am creating labels for my chart using StandardXYItemLabelGenerator,mine was a dynamic chart,I have overrided the generate label method as well but the label is still cut. I even tried using various annotations to solve this issue. can anyone help me ?
by Joshi
Tue Dec 12, 2017 10:29 am
Forum: JFreeChart
Topic: Item Labels get cut
Replies: 7
Views: 10447

Re: Item Labels get cut

hello, am facing the same problem with the cut labels now,my chart is dynamic.Does any one found any answer to this problem. Thank you
by Joshi
Fri Sep 29, 2017 10:53 am
Forum: JFreeChart
Topic: How to show series values on the top of LayeredBar chart?
Replies: 1
Views: 4738

Re: How to show series values on the top of LayeredBar chart

Hi,Even am facing with the similar kind of issue.If you got an answer please let we know.thank you.
by Joshi
Wed Sep 27, 2017 1:23 pm
Forum: JFreeChart
Topic: series lines not showing up properly in Jfreechart.
Replies: 2
Views: 3779

Re: series lines not showing up properly in Jfreechart.

Thank you john for your response.My chart is dynamic what actually happening is when i get more difference in dataitems while plotting the series,the graph is turning this way. In my XYSeriesCollection i have two XYSeries where one plots the point(Blue diamond) and the other series plots two points ...
by Joshi
Wed Sep 27, 2017 6:34 am
Forum: JFreeChart
Topic: series lines not showing up properly in Jfreechart.
Replies: 2
Views: 3779

series lines not showing up properly in Jfreechart.

Hello, I am plotting XYSeriesCollection where the individual series has XYTextAnnotation as labels,but when am plotting them the plot lines are not showing up properly https://i.stack.imgur.com/WZB61.png . I want it this way https://i.stack.imgur.com/1PMDD.png .any help will highly save me.thank you.