DefaultRadarProvider class

The default BrnRadarChartDataProvider which using the default designed style.

Inheritance

Constructors

DefaultRadarProvider(List<List<double>> dataList)

Properties

dataList List<List<double>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRadarCount() int
Return radar charts' count
override
getRadarStyle(int radarIndex) BrnRadarChartStyle
Get the radar drawing style of the radar chart according to the specified index.
override
getRadarValues(int radarIndex) List<double>
Get the radar drawing values of the radar chart according to the specified index. The values determine radar's vertexes.The length must be same as BrnRadarChart.sidesCount. The value must range from BrnRadarChart.minValue to BrnRadarChart.maxValue. Put values to the list by clockwise order, start from 12 o'clock.
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