getRadarValues abstract method
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.
Implementation
List<double> getRadarValues(int radarIndex);