hook_<libraryPrefix>_addHighlightRuleDpes()

Determines the data point elements that are additionally used for rule evaluation in order to set an elementary symbol to highlighted/not highlighted.

Synopsis

dyn_string hook_<LibaryPrefix>_addHighlightRuleDpes(stringsDpe);

Parameters

Parameters

Parameter Description
sDpe Datapoint element to which the elementary symbol references.

Default

dyn_string hook_stdlib_addHighlightRuleDpes(stringsDpe)
{
  return makeDynString();
}

Return Value

List of data point element for which a rule on highlighting of an elementary symbol was left.