AnovaRow.Caption Property

Gets or sets the caption for this AnovaRow.

Definition

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

Property Value

String

Remarks

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

See Also