Click or drag to resize

MarkerStyle Enumeration

Defines the style of a datapoint marker.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public enum MarkerStyle
Members
Member nameValueDescription
Circle0 A circle.
Rectangle1 A rectangle.
Cross2 A cross.
Diamond3 A diamond.
DotCircle4 A circle with a center dot.
DotRectangle5 A rectangle with a center dot.
DotDiamond6 A diamond with a center dot.
See Also