Search found 2 matches

by etfloyd
Tue Mar 02, 2010 4:51 pm
Forum: JFreeChart - Stockmarket
Topic: Shape That Scales With Zoom
Replies: 2
Views: 10198

Re: Shape That Scales With Zoom

Yea, I tried that and it makes little rectangular dots just fine, but it doesn't automatically scale the dot size on zoom. (I use zoom a lot!) It would have been a bit more intrusive to extend XYDotRenderer to do what I want since it draws its own dots inside drawItem() and it draws only rectangles....
by etfloyd
Tue Mar 02, 2010 3:11 am
Forum: JFreeChart - Stockmarket
Topic: Shape That Scales With Zoom
Replies: 2
Views: 10198

Shape That Scales With Zoom

I'm working on displaying a Parabolic SAR indicator on a candlestick chart - a series of dots, one above or below each candle. Originally, I just created a small Ellipse2D circle and set it into the XYLineAndShapeRenderer and turned shape display on, line display off. This displayed the dots well en...