RelaxISPlugin_ResultEvaluatorPreTransformYDescription Property |
A description (usually a formula) of the transformation being applied to all Y-values by the
PreTransformYValue(Double) before the fit.
Will be used to change the plot axes automatically, so use the placeholder
ValuePlaceholder in the formula.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual string PreTransformYDescription { get; }
Public Overridable ReadOnly Property PreTransformYDescription As String
Get
Dim instance As RelaxISPlugin_ResultEvaluator
Dim value As String
value = instance.PreTransformYDescription
Return Value
StringA description of the transformation being applied to all Y-values before the fit.
See Also