isSeriesRenderer property

  1. @override
bool isSeriesRenderer
override

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 => false;