Defines the visual representation of the lines between samples of an analog pen.
Defined As
Members
Member Name |
Description |
Value |
---|---|---|
LineType_STRAIGHT |
A single line is drawn from point A to point B. |
0 |
LineType_STEPPED |
The line drawn will maintain the value of the previous sample. When the samples differ, a vertical line will be drawn to the new sample value. |
1 |
See Also
IAnalogPen.LineInterpolation [Property][Get/Set]