"areaTouchRulerShowTimeout"

Defines the time-out for ruler interactions inside of the trend area.

Synopsis

trendObj.areaTouchRulerShowTimeout(int area, unsigned msec);

getValue(trendObj, "areaInteractionFlags", int area, unsigned &msec);

setValue(trendObj, "areaInteractionFlags", int area, unsigned msec);

Parameter

Parameter Description
trendObj Trend for which the attributed should be get
area Area ID
msec time-out in milliseconds (default 100)

Description

The function defines the time-out which indicates how long a tap must be held for automatically creating a trend ruler inside of the trend area. This only works if panning is disabled for the area.

Assignment

Trend