legend property
Customizes the legend in the chart.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
legend: Legend(isVisible: true),
)
);
}
Implementation
final Legend legend;
Customizes the legend in the chart.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
legend: Legend(isVisible: true),
)
);
}
final Legend legend;