Appearance
|
Background Color
|
The background color of the component.
|
Line Color
|
The color of the sparkline.
|
Line Width
|
The width of the sparkline.
|
Desired Range Color
|
The color of the desired operating range band. Only used if the desired operating range is configured.
|
Border Inset
|
The amount of space to inset the chart inside its border.
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Common
|
Name
|
The name of this component.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Data
|
The history data to draw in the sparkline chart.
|
Range High
|
A fixed value for the upper edge of the chart. If left blank (null), the upper range will be calculated automatically.
|
Range Low
|
A fixed value for the lower edge of the chart. If left blank (null), the lower range will be calculated automatically.
|
Desired High
|
The high value of the desired operating range. If left blank (null), no desired range band will be shown.
|
desiredHi
|
|
Double
|
|
bindable
|
|
Desired Low
|
The low value of the desired operating range. If left blank (null), no desired range band will be shown.
|
desiredLo
|
|
Double
|
|
bindable
|
|
First Value
|
The first (oldest) value in the dataset
|
firstValue
|
|
Double
|
|
bindable | read-only
|
|
Last Value
|
The last (most recent) value in the dataset.
|
lastValue
|
|
Double
|
|
bindable | read-only
|
|
Min Value
|
The smallest value in the dataset.
|
minValue
|
|
Double
|
|
bindable | read-only
|
|
Max Value
|
The largest value in the dataset.
|
maxValue
|
|
Double
|
|
bindable | read-only
|
|
Chart Max
|
The value that corresponds to the upper edge of the chart.
|
chartMax
|
|
Double
|
|
bindable | read-only
|
|
Chart Min
|
The value that corresponds to the lower edge of the chart.
|
chartMin
|
|
Double
|
|
bindable | read-only
|
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|
Markers
|
First Marker Color
|
The color of the first value marker
|
First Marker Style
|
The style of the first value marker
|
firstMarkerStyle
|
|
int
|
|
-1
|
None
|
0
|
Circle
|
1
|
Empty Circle
|
2
|
Triangle1
|
3
|
Empty Triangle1
|
4
|
Triangle2
|
5
|
Empty Triangle2
|
6
|
Square
|
7
|
Empty Square
|
|
|
First Marker Size
|
The size of the first value marker
|
Last Marker Color
|
The color of the last value marker
|
Last Marker Style
|
The style of the last value marker
|
lastMarkerStyle
|
|
int
|
|
-1
|
None
|
0
|
Circle
|
1
|
Empty Circle
|
2
|
Triangle1
|
3
|
Empty Triangle1
|
4
|
Triangle2
|
5
|
Empty Triangle2
|
6
|
Square
|
7
|
Empty Square
|
|
|
Last Marker Size
|
The size of the last value marker
|
Low Marker Color
|
The color of the low value marker
|
Low Marker Style
|
The style of the low value marker
|
loMarkerStyle
|
|
int
|
|
-1
|
None
|
0
|
Circle
|
1
|
Empty Circle
|
2
|
Triangle1
|
3
|
Empty Triangle1
|
4
|
Triangle2
|
5
|
Empty Triangle2
|
6
|
Square
|
7
|
Empty Square
|
|
|
Low Marker Size
|
The size of the low value marker
|
High Marker Color
|
The color of the high value marker
|
High Marker Style
|
The style of the high value marker
|
hiMarkerStyle
|
|
int
|
|
-1
|
None
|
0
|
Circle
|
1
|
Empty Circle
|
2
|
Triangle1
|
3
|
Empty Triangle1
|
4
|
Triangle2
|
5
|
Empty Triangle2
|
6
|
Square
|
7
|
Empty Square
|
|
|
High Marker Size
|
The size of the high value marker
|