stackedPositivePoints property

List<StackableValuePoint> stackedPositivePoints
getter/setter pair

List of stacked positive or zero value points - support for stacked type charts, where negative and positive points must be stacked separately, above and below zero.

Implementation

late List<StackableValuePoint> stackedPositivePoints;