Class ChartThemeSettings

    • Constructor Detail

      • ChartThemeSettings

        public ChartThemeSettings()
    • Method Detail

      • setChartSettings

        public void setChartSettings​(ChartSettings chartSettings)
      • getSubtitleSettings

        public TitleSettings getSubtitleSettings()
        Returns:
        the subtitleSettings
      • setSubtitleSettings

        public void setSubtitleSettings​(TitleSettings subtitleSettings)
        Parameters:
        subtitleSettings - the subtitleSettings to set
      • getTitleSettings

        public TitleSettings getTitleSettings()
        Returns:
        the titleSettings
      • setTitleSettings

        public void setTitleSettings​(TitleSettings titleSettings)
        Parameters:
        titleSettings - the titleSettings to set
      • getLegendSettings

        public LegendSettings getLegendSettings()
        Returns:
        the legendSettings
      • setLegendSettings

        public void setLegendSettings​(LegendSettings legendSettings)
        Parameters:
        legendSettings - the legendSettings to set
      • getPlotSettings

        public PlotSettings getPlotSettings()
        Returns:
        the plotSettings
      • setPlotSettings

        public void setPlotSettings​(PlotSettings plotSettings)
        Parameters:
        plotSettings - the plotSettings to set
      • getDomainAxisSettings

        public AxisSettings getDomainAxisSettings()
        Returns:
        the domainAxisSettings
      • setDomainAxisSettings

        public void setDomainAxisSettings​(AxisSettings domainAxisSettings)
        Parameters:
        domainAxisSettings - the domainAxisSettings to set
      • getRangeAxisSettings

        public AxisSettings getRangeAxisSettings()
        Returns:
        the rangeAxisSettings
      • setRangeAxisSettings

        public void setRangeAxisSettings​(AxisSettings rangeAxisSettings)
        Parameters:
        rangeAxisSettings - the rangeAxisSettings to set