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

Gets or sets the name of the field supplying the X values.

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

Syntax

Visual Basic (Declaration)
Public Property FieldNameX As String
C#
public string FieldNameX { get; set; }
Visual C++
public:
property String^ FieldNameX {
	String^ get ();
	void set (String^ value);
}

Field Value

The field name X.

Return Value

field name supplying X data points