Package 

Class Step

    • Constructor Summary

      Constructors 
      Constructor Description
      Step(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static Step instantiate()
      String getJsBase()
      void enabled() Getter for enabled state of the step.
      Step enabled(Boolean enabled) Setter for enabled state of the step.
      Step tab(EditorTabs tabName, Boolean value) Allows to enable/disable tab on the chart editor by name.
      Step tab(String tabName, Boolean value) Allows to enable/disable tab on the chart editor by name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • enabled

         void enabled()

        Getter for enabled state of the step. To work with the Chart Editor you need to reference the extension file from AnyChart CDN (example for the versioned file: https://cdn.anychart.com/releases/8.4.0/js/anychart-editor.min.js)

      • enabled

         Step enabled(Boolean enabled)

        Setter for enabled state of the step. To work with the Chart Editor you need to reference the extension file from AnyChart CDN (example for the versioned file: https://cdn.anychart.com/releases/8.4.0/js/anychart-editor.min.js)

      • tab

         Step tab(EditorTabs tabName, Boolean value)

        Allows to enable/disable tab on the chart editor by name. To work with the Chart Editor you need to reference the extension file from AnyChart CDN (example for the versioned file: https://cdn.anychart.com/releases/8.4.0/js/anychart-editor.min.js)

      • tab

         Step tab(String tabName, Boolean value)

        Allows to enable/disable tab on the chart editor by name. To work with the Chart Editor you need to reference the extension file from AnyChart CDN (example for the versioned file: https://cdn.anychart.com/releases/8.4.0/js/anychart-editor.min.js)