Click or drag to resize

IToolFourPointsOnCurve Interface

Interface for the four-points on a plot curve tool, for instance the step evaluation tool or the peak evaluation tool.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IToolFourPointsOnCurve : IToolTwoPointsOnCurve, 
	ITool

The IToolFourPointsOnCurve type exposes the following members.

Properties
 NameDescription
Public propertyInnerLeftPoint Gets the inner left point (both plot index and the row index of the original data column). The values are double because the pointer can be located inbetween two points.
Public propertyInnerRightPoint Gets the inner right point (both plot index and the row index of the original data column). The values are double because the pointer can be located inbetween two points.
Public propertyIsReadyToBeUsed Gets a value indicating whether the data privided by this instance are ready.
(Inherited from IToolTwoPointsOnCurve)
Public propertyOuterLeftPoint Gets the outer left point (both plot index and the row index of the original data column). The values are double because the pointer can be located inbetween two points.
(Inherited from IToolTwoPointsOnCurve)
Public propertyOuterRightPoint Gets the outer right point (both plot index and the row index of the original data column). The values are double because the pointer can be located inbetween two points.
(Inherited from IToolTwoPointsOnCurve)
Public propertyPlotItem Gets the plot item on which the points are.
(Inherited from IToolTwoPointsOnCurve)
Top
See Also