Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
//Force the operation with UID 804 to recalculate
run -p aui 804;

 

New Macros will be called when using Draw Data tool

Jira Legacy
serverJIRA (originlab.jira.com)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-10507

  • BeforePointProc will be called before PointProc macro
  • AfterPointProc will be called after  PointProc macro
Code Block
titleUse spline for connect line in Draw Data
def AfterPointProc
{
	if (getpts.count >= 3)
	{
		set %B -l 0;
	}
}
dotool 5;

 

New System Variables


JIRA
Function AreaVariableTypeDefaultSupportedDescription
Jira Legacy
showSummaryfalse
serverJIRA (originlab.jira.com)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-11066

Size of the worksheet cell with embedded graph when auto re-size

@WCSGWint2Positive integerWorksheet Cell Size Graph Width, 1.5 = 150% of default column width
@WCSGHint6Positive integerWorksheet Cell Size Graph Height, 1.5 = 150% of default row height