behaviors property

List<ChartBehavior<D>> behaviors

Returns a list of behaviors that have been added.

Implementation

List<ChartBehavior<D>> get behaviors => List.unmodifiable(_behaviorStack);