Equation Property [AutoMathPlot]

The Equation property returns or sets the math plot equation as a function of component plots . Returns a String.

Syntax

object.Equation

object.Equation = Equation

 

Parameter Type Description
Equation String Required, plot equation, see Mathematical Functions

 

Remarks

The Equation string must use plot names to specify the component plots in the equation.

Example

This example shows how to set the math plot equation to the average value of two plots.

AutoMathPlot.Equation = "([Processor_1] + [Processor_2])/2"

 

Used by: AutoMathPlot object