Note that...
A Real Tag
A real CFXGraphicsServer tag is made up of lots of attributes, what attributes you specify determine how your graph will look. There are however
a few rules about what you must specify, and what combinations of attributes you can use...
- If you specify a QUERY, then the graph is Dynamic, otherwise it is Static
- A Dynamic graph may not contain any attributes beginning ST_
- A Static graph may not contain any attributes beginning DB_
- A Dynamic graph must have a DB_DataSets attribute
- A Static graph must have a ST_DataSet{0..} attribute
That's all of the rules - what else you do is up to you.
Let's now have a look and Static and Dynamic graphs individually, to see how to make them work. I shall assume that you know a little about data
sources and queries, if not, please read the data sources and query tutorials.