UScatterChart constructor
const
UScatterChart({
- required List<
UPointSeries> data, - Key? key,
- String? title,
- UChartStyle style = const UChartStyle(),
- double height = 260,
- double dotRadius = 5,
Implementation
const UScatterChart({
required this.data,
super.key,
this.title,
this.style = const UChartStyle(),
this.height = 260,
this.dotRadius = 5,
});