menu
nrb package
documentation
nrb/graphs/nrb_scatter_plot.dart
NrbScatterPlot
points property
points property
dark_mode
light_mode
points
property
List
<
NrbScatterPoint
>
points
final
The list of data points to plot.
Implementation
final List<NrbScatterPoint> points;
nrb package
documentation
nrb/graphs/nrb_scatter_plot
NrbScatterPlot
points property
NrbScatterPlot class