Click or drag to resize

FourPointStepEvaluationToolMouseHandlerOptions Class

Options for the step evaluation tool mouse handler.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsFourPointStepEvaluationToolMouseHandlerOptions

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class FourPointStepEvaluationToolMouseHandlerOptions : IImmutable, 
	IEquatable<FourPointStepEvaluationToolMouseHandlerOptions>

The FourPointStepEvaluationToolMouseHandlerOptions type exposes the following members.

Constructors
 NameDescription
Public methodFourPointStepEvaluationToolMouseHandlerOptionsInitializes a new instance of the FourPointStepEvaluationToolMouseHandlerOptions class
Top
Properties
 NameDescription
Public propertyLinePen Gets the pen that is used for drawing the lines.
Public propertyMiddleLineOverlap Gets the overlap of the middle line with the left and right line. The value is a fraction of the distance between the left and right line.
Public propertyMiddleRegressionLevels Gets the regression levels for the middle line. For instance, if the value is set to (0.25, 0.75), then all points between 25% and 75% distance from the left and right line are used for the regression of the middle line.
Public propertyShowOptionsWhenToolIsActivated If true, the options dialog is shown when the four point step evaluation tool is activated.
Public propertyUseRegressionForLeftAndRightLine Gets a value indicating whether to use regression for the left and right section of the step.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also