Promotic

PointsSize - property of the tvGraph object

Description:
The size of the trend data point mark (in pixels).
Syntax:
Long PointsSize
Note:
Property access for read and write. The default value of this property is defined in the "tvTrend > Graphic mode > Points > Size" 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.PointsType (property)
- tvGraph.PointsColor (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGraphDef = oTView.Trends("t1").GraphDefault;
oGraphDef.PointsSize = 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.