"areasCollapsible"

The attribute areasCollapsible can be used to set the size for a trend area to 0 although the minimal size was set.

Synopsis

setValue(string shape, "areasCollapsible", bool on);

getValue(string shape, "areasCollapsible", bool on);

shape.areasCollapsible(bool on);

Parameter

Parameter Description
on The parameter "on" specifies if the area size is set to 0.

Description

The attribute areasCollapsible can be used to set the area size for a trend to 0 although the minimal size was set. The size is changed from minimum size to 0.

Example

Sets the size to 0.

main()
{
  TREND1.areaCollapsible(1);
}

Assignment

Trend