Candle
data class Candle(val body: LineComponent, val topWick: LineComponent = body.asWick(), val bottomWick: LineComponent = topWick)
Defines a candle style.
Parameters
body
used for the body.
topWick
used for the top wick.
bottomWick
used for the bottom wick.
Constructors
Link copied to clipboard
constructor(body: LineComponent, topWick: LineComponent = body.asWick(), bottomWick: LineComponent = topWick)