This mapper is used just for Radar series. RadarMapper maps the polar values to the polar point.
1 | // MathAxis mapper Setting MathAxisMapper axisMapper = new MathAxisMapper(0, 10); // Radar MApper AbstractRadarMapper radarMapper = new RadarMapper(axisMapper); |
// Set Initial Axis rotation angle in radians // Default Axis initial position is 0 angle. mapper.setInitAxisPosition(Math.PI); |
// Set Radar Axis number mapper.setAxisCount(8); |