Search found 6 matches
- Fri Jul 29, 2016 10:39 am
- Forum: JFreeChart
- Topic: SegmentedTimeline
- Replies: 2
- Views: 7439
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...
- Thu Jul 28, 2016 12:38 pm
- Forum: JFreeChart
- Topic: SegmentedTimeline
- Replies: 2
- Views: 7439
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
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
- Fri Jan 22, 2016 4:45 pm
- Forum: JFreeChart - Stockmarket
- Topic: cursor/label on y-axis for last price
- Replies: 1
- Views: 222299
Re: cursor/label on y-axis for last price
hi,
did you find a solution?
did you find a solution?
- Fri Jan 22, 2016 4:24 pm
- Forum: JFreeChart - Stockmarket
- Topic: Insert arbitrary text to the rangeAxis
- Replies: 3
- Views: 72660
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.
is it possible with the current version of jfreechart?
i would like add some text/label on the axis at specific value position.
- Sat Jan 16, 2016 5:29 pm
- Forum: JFreeChart
- Topic: JFreeChart Developer Guide
- Replies: 2
- Views: 7692
JFreeChart Developer Guide
Hi, i bought the JFreeChart Developer Guide.
how can I download the guide?
thanks,
how can I download the guide?
thanks,
- Wed Jan 13, 2016 5:49 pm
- Forum: JFreeChart - Stockmarket
- Topic: MarkerValue LabelBackground
- Replies: 1
- Views: 54859
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!
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!