Interface ChartSettings

    • Method Detail

      • getShowLegend

        Boolean getShowLegend()
      • getBackcolor

        Color getBackcolor()
      • getTitleFont

        JRFont getTitleFont()
      • getTitlePosition

        EdgeEnum getTitlePosition()
      • getTitleColor

        Color getTitleColor()
      • getSubtitleFont

        JRFont getSubtitleFont()
      • getSubtitleColor

        Color getSubtitleColor()
      • getLegendBackgroundColor

        Color getLegendBackgroundColor()
      • getLegendColor

        Color getLegendColor()
      • getLegendFont

        JRFont getLegendFont()
      • getLegendPosition

        EdgeEnum getLegendPosition()
      • getSubtitleExpression

        JRExpression getSubtitleExpression()
      • getRenderType

        String getRenderType()
      • getCustomizerClass

        String getCustomizerClass()
        Gets a user specified chart customizer class name.
        See Also:
        ChartCustomizer