Defines line styles.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
SyntaxPublic Enumeration LineStyle
Dim instance As LineStyle
MembersMember name | Value | Description |
---|
Solid | 0 |
A solid line.
|
Dotted | 1 |
A dotted line.
|
Strokes | 2 |
Line segments.
|
DotsAndStrokes | 3 |
Alternating line segments and dots.
|
See Also