ChartTooltipOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- ChartTooltipOptions({bool enabled, String mode, bool intersect, dynamic backdropColor, String titleFontFamily, String titleFontStyle, num titleFontSize, dynamic titleFontColor, num titleSpacing, num titleMarginBottom, String bodyFontFamily, num bodyFontSize, String bodyFontStyle, dynamic bodyFontColor, num bodySpacing, num xPadding, num yPadding, num caretSize, num cornerRadius, String multiKeyBackground, ChartTooltipCallback callbacks, bool filter(ChartTooltipItem item), num itemSort(ChartTooltipItem itemA, ChartTooltipItem itemB), String position, num caretPadding, bool displayColors, dynamic borderColor, num borderWidth})
-
factory
Properties
- backgroundColor ↔ dynamic
-
getter/setter pair
- bodyFontColor ↔ dynamic
-
getter/setter pair
- bodyFontFamily ↔ String
-
getter/setter pair
- bodyFontSize ↔ num
-
getter/setter pair
- bodyFontStyle ↔ String
-
getter/setter pair
- bodySpacing ↔ num
-
getter/setter pair
- borderColor ↔ dynamic
-
getter/setter pair
- borderWidth ↔ num
-
getter/setter pair
- callbacks ↔ ChartTooltipCallback
-
getter/setter pair
- caretPadding ↔ num
-
getter/setter pair
- caretSize ↔ num
-
getter/setter pair
- cornerRadius ↔ num
-
getter/setter pair
- displayColors ↔ bool
-
getter/setter pair
- enabled ↔ bool
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intersect ↔ bool
-
getter/setter pair
- mode ↔ String
-
getter/setter pair
- multiKeyBackground ↔ String
-
getter/setter pair
- position ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleFontColor ↔ dynamic
-
getter/setter pair
- titleFontFamily ↔ String
-
getter/setter pair
- titleFontSize ↔ num
-
getter/setter pair
- titleFontStyle ↔ String
-
getter/setter pair
- titleMarginBottom ↔ num
-
getter/setter pair
- titleSpacing ↔ num
-
getter/setter pair
- xPadding ↔ num
-
getter/setter pair
- yPadding ↔ num
-
getter/setter pair
Methods
-
custom(
dynamic a) → void -
filter(
ChartTooltipItem item) → bool -
itemSort(
ChartTooltipItem itemA, ChartTooltipItem itemB) → num -
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