Skip to main content
Version: 4.1

Interface: CandlestickStyleOptions

Represents style options for a candlestick series.

Properties

upColor

upColor: string

Color of rising candles.

Default Value

'#26a69a'


downColor

downColor: string

Color of falling candles.

Default Value

'#ef5350'


wickVisible

wickVisible: boolean

Enable high and low prices candle wicks.

Default Value

true


borderVisible

borderVisible: boolean

Enable candle borders.

Default Value

true


borderColor

borderColor: string

Border color.

Default Value

'#378658'


borderUpColor

borderUpColor: string

Border color of rising candles.

Default Value

'#26a69a'


borderDownColor

borderDownColor: string

Border color of falling candles.

Default Value

'#ef5350'


wickColor

wickColor: string

Wick color.

Default Value

'#737375'


wickUpColor

wickUpColor: string

Wick color of rising candles.

Default Value

'#26a69a'


wickDownColor

wickDownColor: string

Wick color of falling candles.

Default Value

'#ef5350'