AnovaRow.Caption Property

Gets or sets the caption for this AnovaRow.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string Caption { get; set; }

Property Value

String

Remarks

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

See Also