Search found 6 matches

by eta
Fri Jul 29, 2016 10:39 am
Forum: JFreeChart
Topic: SegmentedTimeline
Replies: 2
Views: 5148

Re: SegmentedTimeline

Hi paradoxoff and thks for your reply, This is my code and it doesn't work. SegmentedTimeline timeline = new SegmentedTimeline(MINUTE_SEGMENT_SIZE, (7 * 60) + 30, (24 * 60) - ((7 * 60) + 30)); timeline.setBaseTimeline(new SegmentedTimeline(DAY_SEGMENT_SIZE, 5, 2)); timeline.setStartTime(FIRST_MONDAY...
by eta
Thu Jul 28, 2016 12:38 pm
Forum: JFreeChart
Topic: SegmentedTimeline
Replies: 2
Views: 5148

SegmentedTimeline

Hi,
domainAxis.setTimeline(SegmentedTimeline.newMondayThroughFridayTimeline()); has no effect on my chart, the saturday and sunday are always displayed on domainaxis.

has anyone experienced this issue?

Thanks.
Emanuele
by eta
Fri Jan 22, 2016 4:45 pm
Forum: JFreeChart - Stockmarket
Topic: cursor/label on y-axis for last price
Replies: 1
Views: 74522

Re: cursor/label on y-axis for last price

hi,
did you find a solution?
by eta
Fri Jan 22, 2016 4:24 pm
Forum: JFreeChart - Stockmarket
Topic: Insert arbitrary text to the rangeAxis
Replies: 3
Views: 38135

Re: Insert arbitrary text to the rangeAxis

hi,
is it possible with the current version of jfreechart?
i would like add some text/label on the axis at specific value position.
by eta
Sat Jan 16, 2016 5:29 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide
Replies: 2
Views: 5337

JFreeChart Developer Guide

Hi, i bought the JFreeChart Developer Guide.
how can I download the guide?

thanks,
by eta
Wed Jan 13, 2016 5:49 pm
Forum: JFreeChart - Stockmarket
Topic: MarkerValue LabelBackground
Replies: 1
Views: 25568

MarkerValue LabelBackground

Hi,
when i set the LabelBackgroundColor on a MarkerValue, the setting has no effect.

line code:

markerLine.setLabelBackgroundColor( new Color (100, 100, 100, 100 ) );

thanks for your help!