Specifies the style for a line. | |
Description: | ApPenStyleEnum defines pen styles for each of the several lines that appear on your XY Plot Control object. A pen is the object responsible for drawing a line. Among objects that have lines are series, axes and sliders. The available pen styles are: |
Values: |
apPenSolid -
Defines a solid line.
Example __________ apPenDash -
Defines a dashed line.
Example ---------- apPenDot -
Defines a dotted line.
Example .......... apPenDashDot -
Defines a dash, dot line.
Example -.-.-.-.-. apPenDashDotDot - Defines a dash, dot, dot line.
Example -..-..-..- apPenNull -
Defines a null pen. A null pen does not draw anything.
|