ITool |
public interface IToolTwoPointsOnCurve : ITool
The IToolTwoPointsOnCurve type exposes the following members.
| Name | Description | |
|---|---|---|
| IsReadyToBeUsed | Gets a value indicating whether the data privided by this instance are ready. | |
| OuterLeftPoint | 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. | |
| OuterRightPoint | 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. | |
| PlotItem | Gets the plot item on which the points are. |