Series customization

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Gaurav Gupta

Series customization

Post by Gaurav Gupta » Wed Oct 09, 2002 11:21 am

Hi,

I would like series properties like paint, stroke, etc to be customizable from the display. Right now the properties in the dropdown menu on right clicking the chart says "No editor implemented".

Is it that no editor is implemented in jfreechart or that I have to include some components for them to start working ?

What should I do to allow for such customization.

Thanks

Gaurav

Dave Gilbert

Re: Series customization

Post by Dave Gilbert » Wed Oct 09, 2002 5:38 pm

No editors have been written yet. You need something that can edit an array of objects. The property editors will be overhauled before 1.0.0 is released.

Regards,

DG.

Locked