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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	xFieldName As String, _
	yFieldName As String _
)
C#
public CorrelationView (
	string xFieldName,
	string yFieldName
)
Visual C++
public:
CorrelationView (
	String^ xFieldName, 
	String^ yFieldName
)

Parameters

xFieldName
System.String
is the field name of the field providing X data points
yFieldName
System.String
is the field name of the field providing X data points