Search found 8 matches

by avirutha
Fri Feb 22, 2008 10:37 am
Forum: JFreeChart
Topic: XYLineAndShapeRenderer-has problem
Replies: 15
Views: 37765

Its not working . i still face the same problem while zooming
by avirutha
Mon Feb 04, 2008 8:41 am
Forum: JFreeChart
Topic: XYLineandShape renderer -Curves are not visible
Replies: 0
Views: 1759

XYLineandShape renderer -Curves are not visible

When using the functionality " setDrawSeriesLineAsPath (true)" the curves are not visible for XY plots .If we do "Auto range" manually the curves are visible.We are using setDrawSeriesLineAsPath (true) for making dotted linestyle visible.If anyone can suggest some solution it would helpful to us.
by avirutha
Fri Jan 25, 2008 11:07 am
Forum: JFreeChart
Topic: XYLineAndShapeRenderer-has problem
Replies: 15
Views: 37765

XYLineAndShapeRenderer-has problem

Iam using XYLineAndShapeRenderer to set linestyle in xyseries plot sinc dotted line style is not visible with XYItemrender .I have used XYLineAndShapeRendere.setDrawSeriesLineAsPath(true);to resolve the issue.
The problem now is when zooming the chart, the curves are disappearing.
Can anyone help me
by avirutha
Thu Jan 24, 2008 8:13 am
Forum: JFreeChart
Topic: problem with line style in polar
Replies: 1
Views: 2737

problem with line style in polar

I can't see curves in polar chart if i use dashed or dotted linestyle.There is a workaround in XY plot .is there any thing like that which can help me
by avirutha
Tue Jan 22, 2008 11:27 am
Forum: JFreeChart
Topic: Polar chart
Replies: 3
Views: 4317

When we modify the angledegrees in translateValueThetaRadiusToJava2D
we were able to rotate the chart .but radial grid lines are not displayed properly .Can anyone help on this
by avirutha
Wed Jan 16, 2008 8:23 am
Forum: JFreeChart
Topic: Polar chart
Replies: 3
Views: 4317

Polar chart

By default the zero in polar axis starts from north and increase clockwise.I have the requirement such that zero in polar axis should start from south or from the position i specify.is there any way to do it.
by avirutha
Thu Oct 04, 2007 11:58 am
Forum: JFreeChart
Topic: Setting the X-Axis and Y-axis Line
Replies: 5
Views: 8130

tomkieffer wrote:use the upper an lower bounds of the axis to x and -x. 0 will be in the middle.
Please say in detail
by avirutha
Mon Sep 24, 2007 7:26 am
Forum: JFreeChart
Topic: Setting the X-Axis and Y-axis Line
Replies: 5
Views: 8130

Setting the X-Axis and Y-axis Line

I want to place the x-axis line and y-axis line in the middle of the plot not in the extreme corners .Is there any way do that and please tell how to do that.
To be more precise i need to move the x-axis and y-axis line in the XYchart.