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

BrnRadarChartDataProvider()

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) BrnRadarChartStyle
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 from BrnRadarChart.minValue to BrnRadarChart.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