"Type"

Defines the type of the bar trend.

Synopsis

setValue(string shape, "Type", int Type);

getValue(string shape, "Type", int Type);

shape.Type(int Type);

Parameter

Parameter Description
shape Name of the object
Type

Bar trend type:

  • 0 - None

  • 1 - Bar

  • 2 - Bar-field

  • 3 - Element-field

  • 4 - Time element-field

  • 5 - Curve

Description

Defines the type of the bar trend.

Example

Defines trend type 1 (Bar).

main()
{
  BAR_TREND1.Type(1);
}

Assignment

Bar trend