Click or drag to resize

FourPointStepEvaluationDataSource Fields

The FourPointStepEvaluationDataSource type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public field_dataSourceChanged Backing field for the DataSourceChanged event.
(Inherited from TableDataSourceBaseImmutableOptionsTOptions, TData)
Protected field_importOptions Stores the import options used to load the source data.
(Inherited from TableDataSourceBaseImmutableOptionsTOptions, TData)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_processData Stores the processing data used by the data source.
(Inherited from TableDataSourceBaseImmutableOptionsTOptions, TData)
Protected field_processOptions Stores the immutable processing options.
(Inherited from TableDataSourceBaseImmutableOptionsTOptions, TData)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Public fieldStatic memberColumnGroupCurveValuesColumn group number for optional curve values.
Public fieldStatic memberColumnGroupNumberLeftColumn group number for the left evaluation line.
Public fieldStatic memberColumnGroupNumberMiddleColumn group number for the middle evaluation line.
Public fieldStatic memberColumnGroupNumberRightColumn group number for the right evaluation line.
Public fieldStatic memberColumnGroupParameterColumn group number for calculated parameters.
Public fieldStatic memberColumnNameCurveXColumn name for the optional original-curve x-values.
Public fieldStatic memberColumnNameCurveYColumn name for the optional original-curve y-values.
Public fieldStatic memberColumnNameLeftXColumn name for the left evaluation line x-values.
Public fieldStatic memberColumnNameLeftYColumn name for the left evaluation line y-values.
Public fieldStatic memberColumnNameMiddleXColumn name for the middle evaluation line x-values.
Public fieldStatic memberColumnNameMiddleYColumn name for the middle evaluation line y-values.
Public fieldStatic memberColumnNameParameterNameColumn name for parameter names.
Public fieldStatic memberColumnNameParameterValueColumn name for parameter values.
Public fieldStatic memberColumnNameRightXColumn name for the right evaluation line x-values.
Public fieldStatic memberColumnNameRightYColumn name for the right evaluation line y-values.
Public fieldStatic memberParameterNameMiddleXParameter name for the x-coordinate of the step midpoint.
Public fieldStatic memberParameterNameMiddleYParameter name for the y-coordinate of the step midpoint.
Public fieldStatic memberParameterNameStepHeightParameter name for the step height.
Public fieldStatic memberParameterNameStepLeftSlopeParameter name for the slope of the left regression line.
Public fieldStatic memberParameterNameStepLeftXParameter name for the left x-position of the step.
Public fieldStatic memberParameterNameStepLeftYParameter name for the left y-position of the step.
Public fieldStatic memberParameterNameStepMiddleSlopeParameter name for the slope of the middle step line.
Public fieldStatic memberParameterNameStepRightSlopeParameter name for the slope of the right regression line.
Public fieldStatic memberParameterNameStepRightXParameter name for the right x-position of the step.
Public fieldStatic memberParameterNameStepRightYParameter name for the right y-position of the step.
Public fieldStatic memberParameterNameStepSignificanceParameter name for the significance of the step.
Public fieldStatic memberParameterNameStepWidthParameter name for the step width.
Top
See Also