InsertStatistics Method

The InsertStatistics method inserts the fit statistics into the plot document as a dynamic text field. The statistics will automatically update as the fit properties are changed.

Syntax

object.InsertStatistics( x, y )

 

Parameter Type Description
x Double required, x position to insert statistics at in page units
y Double required, y position to insert statistics at in page units

 

Example

This example shows how to insert the fit statistics onto the plot window page.

FitCurve.InsertStatistics(4,5)

 

Used by: AutoFitPlot object