high property

double? high
final

The "high" price. If either one of high or low is null, we won't draw the narrow part of the candlestick for that data point.

Implementation

final double? high;