Promotic

LabelDistance - property of the tvScale object

Description:
Distance of scale legends from the scale main ticks (in pixels).
Syntax:
Long LabelDistance
Note:
Property access for read and write. The default value of this property is defined in the "Scale labels distance" configurator of this object.
 
This property is also functional in Web panels.
See also:
- tvScale.Distance (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oScaleTime = oTView.ScaleTime;
var oScaleValue = oTView.ScaleValue;

oScaleTime.LabelDistance = 3;
oScaleValue.LabelDistance = 2;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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