plotAreaBorderWidth property
Border width of the plot area.
Defaults to 0
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
plotAreaBorderColor: Colors.red,
plotAreaBorderWidth: 2
)
);
}
Implementation
final double plotAreaBorderWidth;