"areasMinimumSize"

The attribute areasMinimumSize can be used to set the minimal size for all trend areas to the same minimal size.

Synopsis

setValue(string shape, "areasMinimumSize", int size);

getValue(string shape, "areasMinimumSize", int size);

shape.areasMinimumSize(int size);

Parameter

Parameter Description
size The minimum area size that is set for all trend areas.

Description

The attribute areasMinimumSize can be used to set the minimal size for all trend areas to the same minimal size.

Example

Sets the minimum area size 557 pixels for all trend areas.

main()
{
  TREND1.areasMinimumSize(557);
}

Assignment

Trend