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