showIndicationForSameValues property
If it is set to true, a small vertical line will be rendered. Else nothing will be rendered for that specific data point and left as a blank area.
This is applicable for the following series types:
- HiLo (High low)
- OHLC (Open high low close)
- Candle
Defaults to false
.
Implementation
final bool showIndicationForSameValues;