DefaultRadarProvider class
The default BrnRadarChartDataProvider which using the default designed style.
- Inheritance
-
- Object
- BrnRadarChartDataProvider
- DefaultRadarProvider
Constructors
-
DefaultRadarProvider(List<
List< dataList)double> >
Properties
Methods
-
getRadarCount(
) → int -
Return radar charts' count
override
-
getRadarStyle(
int radarIndex) → RadarChartStyle -
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 fromBrnRadarChart.minValuetoBrnRadarChart.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