Class Options

    • Constructor Detail

      • Options

        public Options()
    • Method Detail

      • setGlobal

        public void setGlobal​(Global global)
        Sets the Global object. The Global object is global and it can't be set on each chart initiation. Instead, use Charts.setOptions(Options) to set it before any chart is initiated.
      • getGlobal

        public Global getGlobal()
        Returns Global options
      • setLang

        public void setLang​(Lang lang)
        Sets the Language object. The language object is global and it can't be set on each chart initiation. Instead, use Charts.setOptions(Options) to set it before any chart is initiated.
      • getLang

        public Lang getLang()
        Returns the Language options
      • setTime

        public void setTime​(TimeOptions time)
        Sets the Time options. The time options can apply globally or to individual charts.
      • getTime

        public TimeOptions getTime()
        Returns Time options