borderWidth property
Width of the chart border.
Defaults to 0
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
borderWidth: 2
)
);
}
Implementation
final double borderWidth;
Width of the chart border.
Defaults to 0
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
borderWidth: 2
)
);
}
final double borderWidth;