system.set.setVariable

Description

Sets a variable inside a currently running chart.

Syntax

system.sfc.setVariable(instanceId, variableName, variableValue)

  • Parameters

String instanceId - The instance identifier of the chart

String variableName - The name of the variable to set in chart scope

Object variableValue - The value for the variable

  • Returns

Nothing

  • Scope

All

Code Examples

There are no examples associated with this scripting function.