Click or drag to resize

RelaxISPlugin_ResultEvaluator Properties

The RelaxISPlugin_ResultEvaluator type exposes the following members.

Properties
 NameDescription
Public propertyDescription A short description of what the plugin does. Displayed on various occasions for clarification
(Inherited from RelaxISPlugin)
Public propertyFormula The formula used to fit data FOR DISPLAY PURPOSES ONLY!
Public propertyFunctionGroup This determines the subgroup in the UI, that the function is stored in
Public propertyIsDescriptiveStatistic If set to true, the evaluator will not be used for fitting. You should override GetDescriptiveStatistics(Double, Double) if you set this to true
Public propertyName The plugins's internal name, that is used to reference it on various occasions
(Inherited from RelaxISPlugin)
Public propertyPluginSourcePath Gets or sets the full path of the file that the plugin was loaded from.
(Inherited from RelaxISPlugin)
Public propertyPreTransformXDescription A description (usually a formula) of the transformation being applied to all X-values by the PreTransformXValue(Double) before the fit. Will be used to change the plot axes automatically, so use the placeholder ValuePlaceholder in the formula.
Public propertyPreTransformYDescription 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.
Protected propertyRelaxISProgramInterface Gets an instance of the RelaxIS Program interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin)
Protected propertyRelaxISWCFInterface Gets an instance of the WCF interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin)
Public propertySortIndex By default the plugins are sorted based on the value of this property. That means, that they appear in lists in the order dictated by this value.
(Inherited from RelaxISPlugin)
Public propertyUserDataDirectory Gets or sets the path to the RelaxIS user data directory.
(Inherited from RelaxISPlugin)
Top
See Also