PieRadarHighlighter<T extends PieRadarChartPainter<ChartData<IDataSet<Entry>>?>> class abstract

Implemented types
Implementers

Constructors

PieRadarHighlighter(T painter)

Properties

hashCode int
The hash code for this object.
no setterinherited
highlightBuffer List<Highlight>
no setter
painter → T?
no setter
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.
getHighlight(double x, double y) Highlight?
override
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