public class CandlestickPointRenderer extends OhlcPointRendererBase
Constructor and Description |
---|
CandlestickPointRenderer(CandlestickSeries series)
Creates a new instance of the
CandlestickPointRenderer class. |
Modifier and Type | Method and Description |
---|---|
Paint |
getBodyPaint()
Gets the current body paint.
|
void |
setBodyPaint(Paint paint)
Sets the current body paint.
|
pointColors, upStrokePaint
renderPoint
public CandlestickPointRenderer(CandlestickSeries series)
CandlestickPointRenderer
class.series
- owner series.