plotAreaBackgroundImageUrl property

String plotAreaBackgroundImageUrl
final

Background image for chart.

Defaults to null

Widget build(BuildContext context) {
   return Container(
       child: SfCartesianChart(
           plotAreaBackgroundImageUrl: 'images/bike.png',
       ));
}

Implementation

final String plotAreaBackgroundImageUrl