behaviors property
      
      List<ChartBehavior<D> > 
      get
      behaviors
      
    
    
Returns a list of behaviors that have been added.
Implementation
List<ChartBehavior<D>> get behaviors => List.unmodifiable(_behaviorStack);Returns a list of behaviors that have been added.
List<ChartBehavior<D>> get behaviors => List.unmodifiable(_behaviorStack);