BubbleDataSet class
Represents a collection of bubble data points.
Similar to ChartDataSet but specifically for bubble charts.
Constructors
-
BubbleDataSet({required String label, required List<
BubbleDataPoint> dataPoints, required Color color}) - Creates a bubble data set.
Properties
- color → Color
-
The color used to render this data series.
final
-
dataPoints
→ List<
BubbleDataPoint> -
The list of bubble data points in this series.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- label → String
-
The label for this data series.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override