[SpiderWebPlot] Gridlines or Point-Labels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
DonMarco
Posts: 1
Joined: Mon Jun 06, 2011 12:31 pm
antibot: No, of course not.

[SpiderWebPlot] Gridlines or Point-Labels

Post by DonMarco » Mon Jun 06, 2011 12:40 pm

Moin,

i have the following problem with the SpiderWebPlot:
I am using the SpiderWebPlot as a Kiviat Diagramm in which I show different indexes.
These indexes ( 5 different types) are always between 0 and 1. How to adjust this is no problem.

Code: Select all

spider.setMaxValue(0.99);
My problem is, the values can alter from one index to another (0.1 to 0.8 ). So you can't quiet read which point represents which value.

What I would need are some lines, e.g. for 0.25, 0.5, 0.75 and 1.0 or point on the graph should have a label with it's index-value.

To show your graphically what I mean...
First what I have: Image,
and what I need: Image

I tried my best with the polarchart, but there you can't have axis with Strings, only with Integers.

Locked