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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The width of the Candle (in dp).