RadarHighlighter class

Inheritance

Constructors

RadarHighlighter(RadarChartPainter chart)

Properties

hashCode int
The hash code for this object.
no setterinherited
highlightBuffer List<Highlight>
no setterinherited
painter RadarChartPainter?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getClosestHighlight(int index, double x, double y) Highlight?
Returns the closest Highlight object of the given objects based on the touch position inside the chart.
override
getHighlight(double x, double y) Highlight?
inherited
getHighlightsAtIndex(int index) List<Highlight>
Returns an array of Highlight objects for the given index. The Highlight objects give information about the value at the selected index and the DataSet it belongs to. INFORMATION: This method does calculations at runtime. Do not over-use in performance critical situations.
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