Hi,
In my app, I used the args.chartPointInfo.series.name variable in the onCrosshairPositionChanging method to distinguish between different series, but this is now no longer working.
I get the following message.
Compiler message:
lib/screens/simulation/simulation_chart.dart:229:49: Error: The getter 'series' isn't defined for the class '_ChartPointInfo'.
- '_ChartPointInfo' is from 'package:syncfusion_flutter_charts/charts.dart' ('../../flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_charts-18.2.46/lib/charts.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'series'.
String seriesName = args.chartPointInfo.series.name;
P.S. I had taken a break from development so this might be a change that happened a little while ago.
Thanks in advance.