GraphViewOptions Constructor |
Namespace: Altaxo.Graph.Graph3D.GuiModelsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public GraphViewOptions(
GraphDocument graphDocument,
RootLayerMarkersVisibility? rootLayerMarkersVisibility
)
Parameters
- graphDocument GraphDocument
- The graph document.
- rootLayerMarkersVisibility NullableRootLayerMarkersVisibility
- The visibility of the root layer markers.
See Also