Click or drag to resize

RootLayerMarkersVisibility Enumeration

Designates the visibility of root layer markers.

Namespace: Altaxo.Graph.Graph3D.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum RootLayerMarkersVisibility
Members
Member nameValueDescription
None0Definitely not show root layer markers.
Arrows1Definitely not show root layer markers.
Lines2Show root layer markers as lines.
LinesWithArrows3Show root layer markers as lines with arrows.
See Also