Class PolarStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PolarStyle
All Implemented Interfaces:
Serializable

public class PolarStyle extends ChartStyle
This class defines the different styles of the polar chart. This style belongs to the plot PiePlot.
Since:
8.0
See Also:
  • Field Details

    • POLAR

      public static final PolarStyle POLAR
      The simple polar chart style.
    • POLAR_STACKED

      public static final PolarStyle POLAR_STACKED
      The stacked polar chart style.
  • Method Details