Click or drag to resize

IToolFourPointsOnCurve Properties

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