"areaTouchRulerHideTimeout"

Defines the time-out for a ruler to be shown inside of the trend area.

Synopsis

trendObj.areaTouchRulerHideTimeout(int area, unsigned msec);

getValue(trendObj, "areaTouchRulerHideTimeout", 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 1000)

Description

The function defines the time-out which indicates how long a touch ruler is displayed within the trend area after the touch interaction has been released.

This attribute only works for touch interactions!

Assignment

Trend