DomainHighlighter<D> class
Chart behavior that monitors the specified SelectionModel and darkens the color for selected data.
This is typically used for bars and pies to highlight segments.
It is used in combination with SelectNearest to update the selection model and expand selection out to the domain value.
- Inheritance
-
- Object
- ChartBehavior<
D> - DomainHighlighter
- Annotations
Constructors
- DomainHighlighter([SelectionModelType selectionModelType = common.SelectionModelType.info])
Properties
-
desiredGestures
→ Set<
GestureType> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- role → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionModelType → SelectionModelType
-
final
Methods
-
createCommonBehavior(
) → DomainHighlighter< D> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCommonBehavior(
ChartBehavior commonBehavior) → void -
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override