TreemapChartColorScale class
A color scale for a treemap chart.
Constructors
- TreemapChartColorScale({Color? maxValueColor, ColorStyle? maxValueColorStyle, Color? midValueColor, ColorStyle? midValueColorStyle, Color? minValueColor, ColorStyle? minValueColorStyle, Color? noDataColor, ColorStyle? noDataColorStyle})
- TreemapChartColorScale.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxValueColor ↔ Color?
-
The background color for cells with a color value greater than or equal to
maxValue.
getter/setter pair
- maxValueColorStyle ↔ ColorStyle?
-
The background color for cells with a color value greater than or equal to
maxValue.
getter/setter pair
- midValueColor ↔ Color?
-
The background color for cells with a color value at the midpoint between
minValue and maxValue.
getter/setter pair
- midValueColorStyle ↔ ColorStyle?
-
The background color for cells with a color value at the midpoint between
minValue and maxValue.
getter/setter pair
- minValueColor ↔ Color?
-
The background color for cells with a color value less than or equal to
minValue.
getter/setter pair
- minValueColorStyle ↔ ColorStyle?
-
The background color for cells with a color value less than or equal to
minValue.
getter/setter pair
- noDataColor ↔ Color?
-
The background color for cells that have no color data associated with
them.
getter/setter pair
- noDataColorStyle ↔ ColorStyle?
-
The background color for cells that have no color data associated with
them.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited