menu
tenun package
documentation
charts/ecdf/simple_ecdf_chart.dart
SimpleEcdfSeries
SimpleEcdfSeries.new const constructor
SimpleEcdfSeries.new const constructor
dark_mode
light_mode
SimpleEcdfSeries
constructor
const
SimpleEcdfSeries
(
{
required
String
name
,
required
List
<
double
>
values
,
Color
?
color
,
})
Implementation
const SimpleEcdfSeries({ required this.name, required this.values, this.color, });
tenun package
documentation
charts/ecdf/simple_ecdf_chart
SimpleEcdfSeries
SimpleEcdfSeries.new const constructor
SimpleEcdfSeries class