ChartDataSets class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- ChartDataSets({String? name, String? color, num? y, String? size, String? innerSize, bool? visible, bool? colorByPoint, bool? showInLegend, num? startAngle, num? endAngle, num? borderRadius, num? borderWidth, String? stack, ChartDataLabels? dataLabels, List? data, ChartMarker? marker, num? fillOpacity, num? lineWidth, String? lineColor})
-
factory
Properties
- borderRadius ↔ num
-
getter/setter pair
- borderWidth ↔ num
-
getter/setter pair
- color ↔ String
-
getter/setter pair
- colorByPoint ↔ bool
-
getter/setter pair
- data ↔ List
-
getter/setter pair
- dataLabels ↔ ChartDataLabels
-
getter/setter pair
- endAngle ↔ num
-
getter/setter pair
- fillOpacity ↔ num
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerSize ↔ String
-
getter/setter pair
- lineColor ↔ String
-
getter/setter pair
- lineWidth ↔ num
-
getter/setter pair
- marker ↔ ChartMarker
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showInLegend ↔ bool
-
getter/setter pair
- size ↔ String
-
getter/setter pair
- stack ↔ String
-
getter/setter pair
- startAngle ↔ num
-
getter/setter pair
- visible ↔ bool
-
getter/setter pair
- y ↔ num
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited