[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add a data point for the X data set only.

Namespace: net.esper.view.stat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub AddPoint ( _
	x As Double _
)
C#
public void AddPoint (
	double x
)
Visual C++
public:
void AddPoint (
	double x
)

Parameters

x
System.Double
is the X data point to add.