length property
final
Length of the connector line.
Defaults to 10%
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
dataLabelSettings: DataLabelSettings(
connectorLineSettings: ConnectorLineSettings(
length: '8%
)
)
));
}
Implementation
final String length