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