boundsLineRadiusPx property
Optional default radius of data bounds lines, used if a series does not define a boundsLineRadiusPx accessor function.
If the series does not define a boundsLineRadiusPx accessor function, then each datum's boundsLineRadiusPx value will be filled in by using the following values, in order of what is defined:
- boundsLineRadiusPx property defined on the series.
- boundsLineRadiusPx property defined on this renderer config.
- Final fallback is to use the point radiusPx for the datum.
Implementation
final double? boundsLineRadiusPx;