Click or drag to resize

GraphViewOptions Constructor

Initializes a new instance of the GraphViewOptions class.

Namespace: Altaxo.Graph.Graph3D.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphViewOptions(
	GraphDocument graphDocument,
	RootLayerMarkersVisibility? rootLayerMarkersVisibility
)

Parameters

graphDocument  GraphDocument
The graph document.
rootLayerMarkersVisibility  NullableRootLayerMarkersVisibility
The visibility of the root layer markers.
See Also