Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExprScaleBound

An object that represents an expression for calculating ScaleBoundValues dynamically. In the Code Explorer, we should use the op, du, and px helper functions. You can mix units freely in an ExprScaleBound object:

//creates a value that represents a point 60 pixels above the price 3850.00.
 const myMixedValue = op(du(3850.00), '-', px(60))

Hierarchy

  • ExprScaleBound

Properties

a
b

Properties

The left-hand operand in the expression.

The right-hand operand in the expression.

op: Op

the operator to be used for calculations.

Generated using TypeDoc