The Marker Styles are enumerated values that set the style of the Marker Line


Fig.Plot(1..10).Marker(1..50).MarkerType.Style = eStyle



Enumeration:  Solid, Dash, Dot, DashDot

Default:  Dot


Enum eStyle

    Solid = 0

    Dash = 1

    Dot = 2

    DashDot = 3

End Enum