Click or drag to resize

GraphDocumentGetDefaultSymbolSize Method

Gets the default plot symbol size for all graphics in this graph, using the provided property context.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetDefaultSymbolSize(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

Double
Default plot symbol size in points (1/72 inch).
See Also