dataIsSubtotal property

bool? dataIsSubtotal
getter/setter pair

True if the data point at subtotal_index is the subtotal.

If false, the subtotal will be computed and appear after the data point.

Implementation

core.bool? dataIsSubtotal;