Search found 1 match

by alancq
Mon Nov 09, 2009 8:24 pm
Forum: JFreeChart - Stockmarket
Topic: Insert arbitrary text to the rangeAxis
Replies: 3
Views: 41751

Insert arbitrary text to the rangeAxis

I know we can add Annotations to a Plot, for example: XYTextAnnotation textAnnotation = new XYTextAnnotation ( "Any Text", x, y); textAnnotation.setRotationAngle (-Math.PI / 2); plot.addAnnotation (textAnnotation); Is there any way to insert arbitrary text to the rangeAxis like this (the orange, blu...