Gets or sets the caption for this AnovaRow.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Remarks

The caption is the row heading of the row in the AnovaTable.