domain property

CandlestickDomain? domain
getter/setter pair

The domain data (horizontal axis) for the candlestick chart.

String data will be treated as discrete labels, other data will be treated as continuous values.

Implementation

CandlestickDomain? domain;