Click or drag to resize

MasterCurveCreationOptionsBaseGroupOptions Property

Get the options for each group. If there is only one MasterCurveGroupOptionsWithScalarInterpolation, and multiple groups, the options are applied to each of the groups. Otherwise, the number of group options must match the number of groups. If there is one MasterCurveGroupOptionsWithComplexInterpolation, two groups are needed.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableList<MasterCurveGroupOptions> GroupOptions { get; init; }

Property Value

ImmutableListMasterCurveGroupOptions
See Also