Search found 11 matches

by s.manchikalapudi
Wed Jul 19, 2006 1:01 pm
Forum: JFreeChart - Stockmarket
Topic: How can I display Charts in JSPs
Replies: 3
Views: 14618

How can I display Charts in JSPs

Hi friends,

How can I use JfreeCharts in Struts frame work?

Or any project is available for display charts in jsps?

Please help me.

Thanks & Regards
s.manchikalapudi
by s.manchikalapudi
Tue Oct 11, 2005 7:08 pm
Forum: JFreeChart - Stockmarket
Topic: cewolf
Replies: 0
Views: 6237

cewolf

Where do i get detailed information about cewolf?
by s.manchikalapudi
Sat Mar 19, 2005 11:37 am
Forum: JFreeChart - Stockmarket
Topic: Bug in DateAxis
Replies: 0
Views: 5075

Bug in DateAxis

hi, all

I have a problem.

mycode is here,

DateAXis dateAxis = new DateAxis();
dateAxis.setTickMarkPosition(DateTickMarkPosition.MIDDLE)

is not responding.
i apply it on XYBarChart and HighLowOpenClose chart.
Both are used XYBarRenderer, HighLowRenderer simeltanieously.

Thanks in advance.
by s.manchikalapudi
Fri Mar 18, 2005 12:28 pm
Forum: JFreeChart
Topic: Problem with Gaps
Replies: 2
Views: 2777

answer & qquery

For remove this problem i use segmentedTimeline(SegmentedTimeline.DAY_SEGMENT_SIZE, 5, 0) and using addExceptions(List list). But i got some in convienient Gridlines in chart. that means some gridlines take low gap and some take large gap. And any body help me in How to use SegmentedTimeline effieci...
by s.manchikalapudi
Fri Mar 18, 2005 11:37 am
Forum: JFreeChart - Stockmarket
Topic: How to fix XYBarChart's width
Replies: 0
Views: 5187

How to fix XYBarChart's width

hi,
I am using XYBarRenderer, TimeSeriesCollection for draw XYBar Charts.
When i zoom chart, The width of chart is incresing more and more.
How can i fix the width of the XYBarChart.


s.manchikalapudi@rediffmail.com
by s.manchikalapudi
Fri Mar 11, 2005 1:29 pm
Forum: JFreeChart - Stockmarket
Topic: How can I get the maximal visible value
Replies: 2
Views: 8213

Better to use tooltiptext
Collection = chartPanel.getChartRenderingInfo().getEntityCillection.getEntities(new Entiti{0])
then, Entity = collection.get(i);
then gettooltiptext from entity.
and then format that string and get whats value you want
for solve your problem
by s.manchikalapudi
Fri Mar 11, 2005 1:06 pm
Forum: JFreeChart - Stockmarket
Topic: Drawing support / resistance lines on an OHLC chart
Replies: 1
Views: 7115

response

You can get Values through tooltiptext. Then you can set range for rangeAxis.
by s.manchikalapudi
Sat Feb 12, 2005 12:23 pm
Forum: JFreeChart
Topic: I want to show in the graph only from Monday to Friday
Replies: 2
Views: 3810

replay

Hi, The method
'public static SegmentedTimeline newMondayThroughFridayTimeline()' in
'package org.jfree.chart.axis.SegmentedTimeLine' class is may be usefull for you.

s.manchikalapudi@rediffmail.com
by s.manchikalapudi
Thu Feb 10, 2005 4:01 pm
Forum: JFreeChart
Topic: Problem with Zoom by using chartPanel
Replies: 1
Views: 2342

Problem with Zoom by using chartPanel

Hi all When i zoom the chart by using chartPanel.zoom(..) .. methods, the chart entities are crossed the plot area. At this time only some part of the chart entity only visible, remaining cross the plot area. I need help on draw the chartEntities in within plot area. s.manchikalapudi@rediffmail.com
by s.manchikalapudi
Thu Feb 10, 2005 2:58 pm
Forum: JFreeChart
Topic: Changing the display area
Replies: 0
Views: 1954

Changing the display area

Hai every body

I currently have a problem. i am try to draw the entities in the given range in the plotarea. How can i do it. If any one know pls help me.

And i have a problem to change the values of dataArea, plotArea, and chartArea, pls help me