See: the
tvGraph object.
The object draws depending on setting the
PmgTrendViewer.ViewMode property the data of one
tvTrend object either in the form of 2D (3D) graph or in the form of the table as a data column. It can be set in itself the appearance:
- in the graphic mode, for example, the type (linear line, steps, bar, constant, ...), color, width, filling, etc.
- in the
table mode the background color of cells in the column, color and font of the value text, .. by its properties. Properties that begin with the
Table prefix, set the image in the table mode, for example, the
tvGraph.TableTextColor. The column width is specified by the
tvTrend.TableColumnWidth property.
The object of the
tvTrend type can own more
tvGraph objects if needed but it always owns one
tvGraph object as a default - see the
tvTrend.GraphDefault property. This default object isn't deletable, it is constructed and fixed on the construction of the
tvTrend object and if no more
tvGraph objects are created by a designer (e.g. by the
tvTrend.AddGraph function), then the whole trend is drawn by this default object.
If more
tvGraph objects are created, then drawing proceeds according to the specified
validity function (see:
tvTrend.AddGraph and
tvGraph.SetValidityFce) and further according to the priority of individual
tvGraph objects. See the detailed description in the
tvTrend object.