GraphView icon indicating copy to clipboard operation
GraphView copied to clipboard

Secondary Axis Title not displaying

Open KindarConrath opened this issue 7 years ago • 2 comments

I applied titles to all 3 axis in the graph i'm building, but it does not appear that the secondary axis (the right one) will display its Title.

graph.getGridLabelRenderer().setVerticalAxisTitle("Load"); graph.getGridLabelRenderer().setHorizontalAxisTitle("Time"); graph.getSecondScale().setVerticalAxisTitle("Displacement");

KindarConrath avatar Oct 31 '18 19:10 KindarConrath

I think you might have to use the 'drawVerticalAxisTitle' method

huw-rhys-jones avatar Feb 11 '19 09:02 huw-rhys-jones

Hello there! unfortunately, method 'drawVerticalAxisTitle' in class 'SecondScale' has protected modifaction. I tryed to make inhereter of class SecondScale for calling this method, but constructor of class 'SecondScale' has private modification. How can I display the title for the second y-axis? Help me, please.

Fortrend96 avatar Nov 10 '22 10:11 Fortrend96