boundsLineRadiusPx property

double? boundsLineRadiusPx
final

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:

  1. boundsLineRadiusPx property defined on the series.
  2. boundsLineRadiusPx property defined on this renderer config.
  3. Final fallback is to use the point radiusPx for the datum.

Implementation

final double? boundsLineRadiusPx;