marker « Label « JFreeChart Q&A





1. Marker Labels    jfree.org

We're using domain axis markers, and in some cases, they're pretty close and we've got some overlapping text. We thought a good approach would be to stagger the labels and lower the odd markers while keeping the even ones at the default location. Question - How do I change the vertical location of marker labels? I'd like to move them a ...

3. Marker Label    jfree.org

Marker mark = new ValueMarker(timeevdo/fs); mark.setLabelAnchor(RectangleAnchor.TOP_RIGHT); mark.setLabelFont(new Font("SanSerif", Font.PLAIN,24)); ...

4. Rotating Value Marker Label    jfree.org

5. Value Marker Labels get clipped    jfree.org

Hi all, I have added value markers to my chart. I asked this before but I didn't get a solution. I'm using version 1.0.5 of JFreeChart. The problem is that when the value marker is near or is equal to the upper or lowerbound of the chart they get clipped. I know one solution would be to override LabelAnchor and LabelTextAnchor. ...