ChartSelectionBehavior class
Customizes the selection in chart.
- Implementers
Constructors
Properties
- 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
-
getCircularSelectedItemBorder(
Color color, int seriesIndex, int pointIndex, List< _Region> selectedRegions) → Color -
getCircularSelectedItemFill(
Color color, int seriesIndex, int pointIndex, List< _Region> selectedRegions) → Color -
getCircularUnSelectedItemBorder(
Color color, int seriesIndex, int pointIndex, List< _Region> unselectedRegions) → Color -
getCircularUnSelectedItemFill(
Color color, int seriesIndex, int pointIndex, List< _Region> unselectedRegions) → Color -
getSelectedItemBorder(
Paint paint, int seriesIndex, int pointIndex, List< ChartSegment> selectedSegments) → Paint -
getSelectedItemFill(
Paint paint, int seriesIndex, int pointIndex, List< ChartSegment> selectedSegments) → Paint -
getUnselectedItemBorder(
Paint paint, int seriesIndex, int pointIndex, List< ChartSegment> unselectedSegments) → Paint -
getUnselectedItemFill(
Paint paint, int seriesIndex, int pointIndex, List< ChartSegment> unselectedSegments) → Paint -
onCircularDoubleTap(
int pointIndex, int seriesIndex) → void -
onCircularLongPress(
int pointIndex, int seriesIndex) → void -
onCircularTouchDown(
int pointIndex, int seriesIndex) → void -
onDoubleTap(
double xPos, double yPos) → void -
onLongPress(
double xPos, double yPos) → void -
onTouchDown(
double xPos, double yPos) → void -
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