Calculate the number of repeatable graphics
- Last UpdatedJul 16, 2024
- 1 minute read
The number of repeatable graphics rendered by the GraphicRepeaterApp is the quotient of the number of data groups specified by the Data property divided by the number of custom properties.
Number of repeatable graphics = Number of data groups / Number of custom properties
If the number of data points in a data group does not match the number of custom properties, the data group is discarded and a message appears in the logger.
Example:
Custom Properties: level,state,
Data: 100,"California”,90,"Nevada”,50,"Oregon",45
In this example, three repeatable graphics are shown and the fourth partial data point (45) is discarded.