Search found 8 matches

by dtopolsek
Wed Oct 31, 2007 10:14 am
Forum: JFreeChart
Topic: 'warning: [unchecked]' wrt java.util.List getSubplots()
Replies: 5
Views: 7527

declare, in fact define your l_subplots ArrayList as ArrayList<? extends E> l_subplost = new ArrayList<? extends E>(getSubplots()).


? helped ?
by dtopolsek
Tue Oct 23, 2007 12:34 pm
Forum: JFreeChart
Topic: Dataset with sums - Renderer with percentages?
Replies: 3
Views: 4627

i think there's valueToPercent(args) method. and if you want to keep value as a tooltip, well keep the value in separate variable and setTooltip(value) if there's such method :)

hope it helps
by dtopolsek
Wed Oct 17, 2007 6:38 am
Forum: JFreeChart
Topic: Make IntervalMarker invisible
Replies: 6
Views: 6082

well I assume you can set Color property of interval you don't want to see the same color as background of your chart/plot, that way it will become invisible.
by dtopolsek
Mon Oct 15, 2007 5:10 pm
Forum: JFreeChart
Topic: control the number of tick marks in the number axis?
Replies: 2
Views: 3239

.setTickSize(double d) ?
by dtopolsek
Mon Oct 15, 2007 5:08 pm
Forum: JFreeChart
Topic: Remove Chart's gray border
Replies: 7
Views: 9901

.setOutlineVisible
or something like that?
by dtopolsek
Mon Oct 15, 2007 1:49 pm
Forum: JFreeChart
Topic: VU-meter like chart
Replies: 4
Views: 6635

yes, thank you people. MeterPlot solved my problem.

edit: one more question. i've looked but couldn't find. is there a way to display values on MeterPlot, not the digital one below the plot, but on the *ticks* of the plot.

edit: disregard this question, it's solved.

thanks
by dtopolsek
Mon Oct 15, 2007 11:06 am
Forum: JFreeChart
Topic: VU-meter like chart
Replies: 4
Views: 6635

here is a sample of what I need to make.
I am new user so i can't post images. thanks for understanding.

xxxxx//images5.pictiger.com/thumbs/80/c8cffcec6083538b5ab99ed4d2d52980.th.png

xxxxx=http:

i hope it helps, thanks.
by dtopolsek
Wed Oct 10, 2007 10:47 am
Forum: JFreeChart
Topic: VU-meter like chart
Replies: 4
Views: 6635

VU-meter like chart

Hi,

can someone just direct me in couple of lines how to create VU-meter like chart, which chart type to use or something, anything please.

thanks