Click or drag to resize

LineStyle Enumeration

Defines line styles.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public enum LineStyle
Members
Member nameValueDescription
Solid0 A solid line.
Dotted1 A dotted line.
Strokes2 Line segments.
DotsAndStrokes3 Alternating line segments and dots.
See Also