Search found 9 matches

by raumaduth
Tue Nov 13, 2007 2:28 pm
Forum: JFreeChart
Topic: Rendering Gradient Fills
Replies: 5
Views: 5641

still trying to render a gradient fill

Hi

Anyone know how to implement a the gradient fill i require above?

ridwaan
by raumaduth
Mon Nov 05, 2007 7:35 am
Forum: JFreeChart
Topic: capture mouse events
Replies: 6
Views: 12095

capture mouse events

Hi Tony, Jfreechart as a default when creating a plot has these listeners set up on other classes. so by default dragging zooms and right clicking brings up the popup menu. 8) there is a way in in the chart or the plot to turn these off so clicking and dragging do not do anything. i cant remember th...
by raumaduth
Fri Nov 02, 2007 2:53 pm
Forum: JFreeChart
Topic: capture mouse events
Replies: 6
Views: 12095

capture mouse events

Hi Tony, Capturing mouse events is relatively simple in jfreechart. your class should implement the ChartMouseListener interface. So assuming you've created a chart and set the chart panel for example: public JFreeChart chart; public XYPlot plot; private XYDataset mydata; private ChartPanel cPanel; ...
by raumaduth
Tue Oct 30, 2007 7:27 am
Forum: JFreeChart
Topic: Rendering Gradient Fills
Replies: 5
Views: 5641

Rendering Gradient Fills

anybody know how to implement this???? :? :? :?
by raumaduth
Mon Oct 29, 2007 1:00 pm
Forum: JFreeChart
Topic: Rendering Gradient Fills
Replies: 5
Views: 5641

Rendering Gradient Fills

Hi,

Thanks for your speedy reply David. Im not sure how to do this. please can you elaborate?

Thanks
by raumaduth
Mon Oct 29, 2007 8:54 am
Forum: JFreeChart
Topic: Rendering Gradient Fills
Replies: 5
Views: 5641

Rendering Gradient Fills

Hi, I am trying to fill an area chart with a gradient fill, (similar to how the barchart renderer does a gradient fill with the gradient paint transformer). In essence i am defining the max and min values of an area chart and filling defining a gradient fill for rectangle enclosing the graph. My sha...
by raumaduth
Thu Oct 25, 2007 8:33 am
Forum: JFreeChart
Topic: Zooming events
Replies: 0
Views: 2460

Zooming events

hi there, I am trying to fill an area graph with a gradient plot. i am basically shading along the min y axis point on the graph to the max y axis point on the graph which i get from valueToJava2D(). if the containing frame is resized then when the event for resizing is fired i reset the gradient fi...
by raumaduth
Mon Oct 22, 2007 8:26 am
Forum: JFreeChart
Topic: Gradient Filled Area Charts with Outline
Replies: 2
Views: 3782

Gradient Filled Area Charts with Outline

Hi, If i were to actually set the paint fill for the series to be gradient from the max value to the min value any idea how to go about doing it. It is a relatively simple task of keeping track of my max and min values for a dataset but to translate them to x,y coordiantes??? is it possible to get t...
by raumaduth
Fri Oct 19, 2007 9:17 am
Forum: JFreeChart
Topic: Gradient Filled Area Charts with Outline
Replies: 2
Views: 3782

Gradient Filled Area Charts with Outline

Hi,
I have successfully created an area chart. i would like the fill color to be a gradient paint. Is it possible to set the gradient paing for the fill of the area chart as you would in when doing bar graphs using the barRenderer?

Please help

Ridwaan