isSeriesRenderer property 
    
    
        
  
    
      
  
      bool
      get
      
isSeriesRenderer
      inherited
     
    
  Whether or not this component is a series renderer that draws series
data.
This component may either render into the chart's draw area, or into a
separate area bounded by the component bounds.
 
    
  Implementation
  @override
bool get isSeriesRenderer => true;