LineType [Enumeration]
- Last UpdatedJul 18, 2023
- 1 minute read
Defines the visual representation of the lines between samples of an analog pen.
Defined As
-
[VBA] Integer
-
[Cicode] INT
-
[C++] LineType
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 |