Class RadarChart03

java.lang.Object
org.knowm.xchart.demo.charts.radar.RadarChart03
All Implemented Interfaces:
ExampleChart<RadarChart>

public class RadarChart03 extends Object implements ExampleChart<RadarChart>
Radar Chart with counter-clockwise layout

Demonstrates the following:

  • Radar Chart drawing direction (issue #580)
  • RadarStyler#setCounterClockwise

The radii are laid out clockwise by default (matching the common radar/spider chart convention). Here the labels 1..6 are laid out counter-clockwise instead.