OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

updateSparklines

Contents

Menu Information

Add or Update Sparklines

Brief Information

Update sparklines

Command Line Usage

1. updateSparklines;

2. updateSparklines template:="String As Input";

3. updateSparklines template:="String As Input" keepAspect:=1 label:=0;

4. updateSparklines endpts:=0;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Graph Template template

Input

string

sparkline_label

Specifies the template that will be used for the sparklines.

Keep Aspect Ratio keepAspect

Input

int

0

Specifies whether to keep aspect ratio of the sparklines. The default is false.

Hide Annotations label

Input

int

1

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

1

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

<active>

Specifies the columns to manipulate. The default is the selected columns.

Description

This X-Function updates sparklines for all selected columns.

Related X-Functions

insertSparklines, sparklines