Trend Graphs
Trend graphs (class
name: obj_trendgraph02) are useful for plotting a single value per
trace over time and for displaying historical data stored by the Historian.
See the Trend Graphs section for
more details on working with these graphs. |
 |
Bar Graphs
Bar graphs (class name:
obj_bargraph) are useful for comparing columns or rows of numeric data
from a tabular data element returned by your data attachment. See the Bar
Graphs section for more details on working with these graphs.
|
 |
Pie Graph
Pie graphs (class name:
obj_pie) are useful for comparing values from a single column or a single
row of the tabular data element returned by your data attachment. See the
Pie
Graphs section for more details on working with these graphs.
|
 |
Radar Graph
Radar graphs (class name:
obj_radar) are useful for comparing columns or rows of numeric data from
a tabular data element returned by your data attachment. See the Radar
Graphs section for more details on working with these graphs.
|
 |
XY Graph
XY graphs (class name: obj_xygraph)
are useful for comparing pairs of values from a tabular data element returned
by your data attachment. See the XY Graphs
section for more details on working with these graphs. |
 |
Stock Chart
Stock charts (class
name: obj_stockchart) are useful for displaying live and archived
stock data. See the Stock Chart
section for more details on working with these charts. |
 |
Legend
This object (class name: obj_legend)
is useful for displaying a legend that is too lengthy for the
built-in legends of the graph objects. The legend is easily resizable and
can be used with the bar graphs, pie graphs, radar graphs and xy graphs. See the
Legend section for more details on working with these
objects.
|
 |
Heatmap
Heatmaps (class name:
obj_heatmap) display indexed hierarchical data as a set of nested rectangles. A
rectangle exists for each index and, when attached to data, each is filled with
smaller rectangles representing sub-indexes, known as nodes.
See the
Heatmap section for more details on working with these
objects.
|
 |
Sparkline
Sparkline graphs (class
name: obj_sparkline) are generally used to present trends and variations
in a simple and condensed way.
See the
Sparkline section for more details on working with these
objects.
|
 |