[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Add a data point.
Namespace: net.esper.view.stat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddPoint ( _ x As Double, _ y As Double _ ) |
C# |
---|
public void AddPoint ( double x, double y ) |
Visual C++ |
---|
public: void AddPoint ( double x, double y ) |
Parameters
- x
- System.Double
is the X data point to add.
- y
- System.Double
is the Y data point to add.