SetEmptyValue
Sets the value to be used for empty or undefined indicator values.
Syntax
Parameters
emptyValue
- A number representing the value to use for empty or undefined indicator values.
Return Value
This method does not return a value.
Description
The SetEmptyValue
method defines what value should be used when an indicator value is empty, undefined, or cannot be calculated. This is commonly used to prevent drawing lines or markers when there is insufficient data to calculate the indicator.
Example
Last updated