overDrawOuterPx property

int? overDrawOuterPx
final

The number of pixels that the line will extend beyond the bandwidth at the edges of the bar group.

If set, this overrides overDrawPx for the beginning side of the first bar target line in the group, and the ending side of the last bar target line. overDrawPx will be used for overdrawing the target lines for interior sides of the bars.

Implementation

final int? overDrawOuterPx;