[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)
Remove a data point.
Namespace: net.esper.view.stat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub RemovePoint ( _ x As Double, _ y As Double _ ) |
C# |
---|
public void RemovePoint ( double x, double y ) |
Visual C++ |
---|
public: void RemovePoint ( double x, double y ) |
Parameters
- x
- System.Double
is the X data point to remove.
- y
- System.Double
is the Y data point to remove.