In addition to the general customization variables available on the GridLogView object, the DT_GraphLogViewSpec and GraphLogViewSpec objects allow precise control over the positioning and display style of the data elements in the GraphLogView.
Each of the columns of data in the PDPLog has an associated GridLogViewSpec in the GridLogView. Some of the columns of data have been grouped together by their generating statistics and will also have a DT_GridViewSpec for the entire group of data columns.
The GridLogViewSpec provides the following customizable variables:
TDGeometry pos
DisplayStyle display_style
TEXT
BLOCK
TEXT_AND_BLOCK
For data columns organized into groups, the DT_GridViewSpec provides the following variables:
TDGeometry pos
TDGeometry geom
Bool use_gp_name
true
a single label of the name of
the group's DT_GridViewSpec is used instead of individual labels for all
the GridViewSpecs of the group.
DisplayStyle display_style
geom
sized
region of DT_GridViewSpec. The possible values along with a 3x3 example
are:
LFT_RGT_BOT_TOP
789 456 123
LFT_RGT_TOP_BOT
123 456 789
BOT_TOP_LFT_RGT
369 258 147
TOP_BOT_LFT_RGT
147 258 369
The DT_GridViewSpec provides the following functions:
UpdateLayout(MatrixLayout ml)
ml
and the
geom
variable.