Search found 5 matches

by masandeep
Wed Apr 26, 2006 4:14 pm
Forum: JFreeChart
Topic: XYLinechart -coloring for lines
Replies: 1
Views: 2687

XYLinechart -coloring for lines

How to place individual colors for lines in XYLinechart



Thanx in advance

Regards,
Sandy
by masandeep
Wed Feb 08, 2006 2:05 pm
Forum: JFreeChart
Topic: custom tooltip
Replies: 1
Views: 2933

custom tooltip

How to create custom tooltip for xyline chart

Thanx in advance
by masandeep
Wed Feb 08, 2006 12:34 pm
Forum: JFreeChart
Topic: How to higlight an selected item in a xyline chart.
Replies: 0
Views: 1794

How to higlight an selected item in a xyline chart.

I am having 2 xyseries in a XYLinechart and whenever we click on an item of a series i need to highlight the selected item . I had implemented custom renderer that extends XYLineAndShapeRenderer, but both the series are highlighted at a time. I need to highlight only the selected series and selected...
by masandeep
Fri Feb 03, 2006 8:54 am
Forum: JFreeChart
Topic: How to get item name from linechart
Replies: 1
Views: 2339

How to get item name from linechart

In my application i need to get 'item name' from XYlinechart and update my dataset according to the selected item.

I also need to have custom popup for the XYPlot .


Need your help.
by masandeep
Tue Jan 31, 2006 6:00 pm
Forum: JFreeChart
Topic: Dynamic chart whose values changes on clicking
Replies: 1
Views: 1928

Dynamic chart whose values changes on clicking

I would like to implement a chart(say XYline chart) in which whenever i click on a point its value changes and is represented on graph.

It should be dynamic in nature.