InteractiveTooltip class
Customizes the interactive tooltip.
Constructors
- InteractiveTooltip({bool enable: true, Color color, Color borderColor, double borderWidth: 0, double borderRadius: 5, double arrowLength: 7, double arrowWidth: 5, String format, ChartTextStyle textStyle })
Properties
- arrowLength → double
-
Length of the tooltip arrow. [...]
final
- arrowWidth → double
-
Width of the tooltip arrow. [...]
final
- borderColor → Color
-
Border color of the interactive tooltip. [...]
final
- borderRadius → double
-
Customizes the corners of the interactive tooltip. Each corner can be customized
with a desired value or with a single value. [...]
final
- borderWidth → double
-
Border width of the interactive tooltip. [...]
final
- color → Color
-
Color of the interactive tooltip. [...]
final
- enable → bool
-
Toggles the visibility of the interactive tooltip in an axis. This tooltip will be displayed at the axis for crosshair and will be displayed near to the track line for trackball. [...]
final
- format → String
-
Text format of the interactive tooltip. [...]
final
- textStyle → ChartTextStyle
-
Customizes the text in the interactive tooltip. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited