ChartTouchInteractionArgs class

Holds the chart TouchUp event arguments.

ChartTouchInteractionArgs is used to store the touch point coordinates when the touch event is triggered. Detects the points or areas in the chart as the offset values of x and y.

Constructors

ChartTouchInteractionArgs()

Properties

hashCode int
The hash code for this object.
no setterinherited
position Offset
Get the position of the touch interaction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited