How to display the shape

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Narayan
Posts: 30
Joined: Wed Apr 11, 2007 11:20 am
Location: Bangalore

How to display the shape

Post by Narayan » Tue Jul 03, 2007 10:05 am

Hi all,

I have this problem when I have data for only one point. I cant make out where are the points exactly.
So I want to display the ticks with different shapes. I am using the timeseries chart, XYPlot, and XYItemRenderer. Can I get the shapes for the series ticks ??
Can I get the shapes from the library itself or Do I need to construct my own shapes ??

Regards,
Narayan

RichardWest
Posts: 844
Joined: Fri Oct 13, 2006 9:29 pm
Location: Sunnyvale, CA

Post by RichardWest » Tue Jul 03, 2007 5:26 pm

I answered this question for someone else in Line Chart not displaying data points. Please see the answer there. The only additional tidbit I can add is consider using the XYDotRenderer.
Richard West
Design Engineer II
Advanced Micro Devices
Sunnyvale, CA

Locked