Click or drag to resize

IToolTwoPointsOnCurve Interface

Interface for the two-points on a plot curve 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 IToolTwoPointsOnCurve : ITool

The IToolTwoPointsOnCurve type exposes the following members.

Properties
 NameDescription
Public propertyIsReadyToBeUsed Gets a value indicating whether the data privided by this instance are ready.
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.
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.
Public propertyPlotItem Gets the plot item on which the points are.
Top
See Also