LineType - property of the tvGraph object
Description:
Type of the line which is used for drawing the trend if the
Type type is selected -
"Linear",
"Const(x)" or
"Stairs".
Values:
0 - solid (line continuous)
1 - dash (line discrete by dashes _ _ _)
2 - dotted (line discrete by dots . . .)
3 - dash-dotted (line dotted combined _ . _)
Note:
Property access
for read and write. The preset value of this property is defined in the "
Graphic mode > Line > Type" configurator of this object.
When the object is created, the value of this property is copied from the PmgTrendViewer.GraphInit object.