TooltipValue class
Holds the tooltip series and point index.
This class is used to provide the seriesIndex and pointIndex for the Tooltip.
Constructors
- TooltipValue(int? seriesIndex, int pointIndex, [int? outlierIndex])
- Creating an argument constructor of TooltipValue class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outlierIndex → int?
-
Index of outlier points.
final
- pointerPosition ↔ Offset?
-
Position of the pointer when the tooltip position mode is set as pointer.
getter/setter pair
- pointIndex → int
-
Index of data points.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seriesIndex → int?
-
Index of the series.
final
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.
override