
Contents |
Add or Update Sparklines
Update sparklines
1. updateSparklines;
2. updateSparklines template:="String As Input";
3. updateSparklines template:="String As Input" keepAspect:=1 label:=0;
4. updateSparklines endpts:=0;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Graph Template | template |
Input string | |
Specifies the template that will be used for the sparklines. |
| Keep Aspect Ratio | keepAspect |
Input int | |
Specifies whether to keep aspect ratio of the sparklines. The default is false. |
| Hide Annotations | label |
Input int | |
If this variable is set to true, then any annotation in the graph will not be displayed in the sparkline; if it is set to false, the annotation will be shown. By default, it is set to true. |
| Show First and Last Points | endpts |
Input int | |
If this variable is set to true, the first and last points will be marked in the sparklines; if it is set to false, the first and last points will not be marked. |
| Output | orng |
Input/Output Range | |
Specifies the columns to manipulate. The default is the selected columns. |
This X-Function updates sparklines for all selected columns.