closeSeries property

CandlestickSeries? closeSeries
getter/setter pair

The range data (vertical axis) for the close/final value for each candle.

This is the top of the candle body. If greater than the open value the candle will be filled. Otherwise the candle will be hollow.

Implementation

CandlestickSeries? closeSeries;