Class PolarAreaChartOptions

java.lang.Object
org.primefaces.model.charts.ChartOptions
org.primefaces.model.charts.polar.PolarAreaChartOptions
All Implemented Interfaces:
Serializable

public class PolarAreaChartOptions extends ChartOptions
Used to set options to PolarArea chart component.
See Also:
  • Constructor Details

    • PolarAreaChartOptions

      public PolarAreaChartOptions()
  • Method Details

    • isAnimateRotate

      public boolean isAnimateRotate()
      Gets the animateRotate
      Returns:
      animateRotate
    • setAnimateRotate

      public void setAnimateRotate(boolean animateRotate)
      Sets the animateRotate
      Parameters:
      animateRotate - If true, the chart will animate in with a rotation animation.
    • isAnimateScale

      public boolean isAnimateScale()
      Gets the animateScale
      Returns:
      animateScale
    • setAnimateScale

      public void setAnimateScale(boolean animateScale)
      Sets the animateScale
      Parameters:
      animateScale - If true, will animate scaling the chart from the center outwards.
    • getScales

      public RadialScales getScales()
      Gets the options of radial scales
      Returns:
      scales
    • setScales

      public void setScales(RadialScales scales)
      Sets the radial scales
      Parameters:
      scales - The RadialScales object