pointIndex property
final
Index of the data point to be selected.
Defaults to null
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
initialSelectedDataIndexes: <IndexesModel>[IndexesModel(2, 0)],
);
}
Implementation
final int pointIndex