-
-
Method Summary
Modifier and Type Method Description static Stepinstantiate()StringgetJsBase()voidenabled()Getter for enabled state of the step. Stepenabled(Boolean enabled)Setter for enabled state of the step. Steptab(EditorTabs tabName, Boolean value)Allows to enable/disable tab on the chart editor by name. Steptab(String tabName, Boolean value)Allows to enable/disable tab on the chart editor by name. -
-
Constructor Detail
-
Step
Step(String jsChart)
-
-
Method Detail
-
instantiate
static Step instantiate()
-
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)
-
-
-
-