shared property
Share the tooltip with same index points
Defaults to false
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
tooltipBehavior: TooltipBehavior(enable: true,
shared: true),
));
}
Implementation
final bool shared;