Search found 2 matches

by jav_narv
Fri Jun 05, 2020 7:43 pm
Forum: JFreeChart
Topic: customizing the default chart editor
Replies: 0
Views: 6242

customizing the default chart editor

Hi I have made an application for representing a logfile that I get from a testing machine from my lab. The log file has two series of data: pressure and temperature. I have build an application with two range axis: the main range axis is for pressure, the secondary for temperature. In the default c...
by jav_narv
Mon Jun 01, 2020 9:22 pm
Forum: JFreeChart
Topic: Editing the chart panel
Replies: 0
Views: 5895

Editing the chart panel

Hello I have an application for representing two graphics on the same panel, which a different range axis for each of them. I want to modify the chart editor for adding a new tab for editing the secondary range axis. I have modified the DefaultChartEditorFactory and the DefaultChartEditor, following...