"curvePointIcon"

Defines the icon that should be used for the trend curve points

Synopsis

trendObj.curvePointIcon(string curve, string fileName)

setValue(trendObj, "curvePointIcon", string curve, string fileName);

Parameter

Parameters Description
trendObj Trend for which the attributed should be set.
curve Name of the curve.
fileName File name and path to the icon relative to the /pictures directory.

Description

The attribute allows to set that icon that is displayed for the trend curve points. The attribute can only be set via script and is not stored inside of the panel file.

The icon is only used if the "pointType" attribute of the curve is set accordingly for the usage of custom icons (= 9)

Assignment

Trend