Search found 3 matches

by Eirik
Fri Dec 21, 2018 4:44 pm
Forum: JFreeChart
Topic: [XYPlot][ChartEditor] How to customize ChartEditor for a double range axis
Replies: 2
Views: 5534

Re: [XYPlot][ChartEditor] How to customize ChartEditor for a double range axis

Thx for your help.
I'll clone all classes from the Editor package in my project and change the code of createPlotTabs to add a tab per RangeAxis contained in the rangeAxes map.
by Eirik
Mon Dec 17, 2018 6:18 pm
Forum: JFreeChart
Topic: [XYPlot][ChartEditor] How to customize ChartEditor for a double range axis
Replies: 2
Views: 5534

[XYPlot][ChartEditor] How to customize ChartEditor for a double range axis

Hi all, I have a double range axis XYPlot (main on left, secondary on right) and when I access to the ChartEditor panel, i can only modify parameters for the main range axis. How can I customize the ChartEditor panel to add an extra tab "Secondary Range Axis" giving access to the secondary range axi...
by Eirik
Thu Apr 24, 2014 7:53 pm
Forum: JFreeChart
Topic: StackedXYBarRenderer and setBarAlignmentFactor
Replies: 0
Views: 2726

StackedXYBarRenderer and setBarAlignmentFactor

Hi, is anybody know how to set bar alignment when StackedXYBarRenderer is userd with a CategoryTableXYDataset. When i use a XYBarRenderer with a XYSeriesCollection, I can choose the alignment of the bars with Abscis graduation (RIGHT, CENTER, LEFT) with a setBarAlignmentFactor. But with a StackedXYB...