BrnRadarChartDataProvider class abstract
A provider that supplies data to draw radar chart.It could be a list of grouped data that means you can put different radar charts in one table.
- Implementers
Constructors
Properties
- 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
-
getRadarStyle(
int radarIndex) → RadarChartStyle - Get the radar drawing style of the radar chart according to the specified index.
-
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 fromBrnRadarChart.minValuetoBrnRadarChart.maxValue. Put values to the list by clockwise order, start from 12 o'clock. -
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