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.constmyMixedValue = op(du(3850.00), '-', px(60))
An object that represents an expression for calculating
ScaleBoundValue
s dynamically. In the Code Explorer, we should use theop
,du
, andpx
helper functions. You can mix units freely in anExprScaleBound
object: