VariationLine.addRowUnequal


addRowUnequal(distance, function)

Adds a row to this unequally spaced line variation

distancedoubledistance
functionstringany expression that evaluates to a number, e.g. '4','3+4x','y'. Note all numbers must be in US English, i.e. "1.2", not the current locale (e.g. Italian/Swedish/French "1,2")
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to VariationLine

Back to Overview