Promotic

PointsType - property of the tvGraph object

Description:
Draw type of trend data points mark.
Marks are drawn if both properties tvTrend.Visible and tvGraph.Visible are set to true.
Syntax:
Long PointsType
Values:
0 - filled circle
1 - bare circle
2 - crossed circle
3 - skewed cross
4 - cross flat
5 - square full
6 - square bare
7 - square crossed
8 - triangle full
9 - triangle bare
Note:
Property access for read and write. The default value of this property is defined in the "tvTrend > Graphic mode > Points > Type" configurator of this object.
 
This property is also functional in Web panels.
 
When the object is created, the value of this property is copied from the PmgTrendViewer.GraphInit object.
See also:
- tvGraph.PointsSize (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraphDef = oTView.Trends("t1").GraphDefault;
oGraphDef.PointsType = 8;
oTView.Draw();
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.