GraphDocumentGetDefaultSymbolSize Method |
Gets the default plot symbol size for all graphics in this graph, using the provided property context.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetDefaultSymbolSize(
IReadOnlyPropertyBag context
)
Parameters
- context IReadOnlyPropertyBag
- The property context.
Return Value
DoubleDefault plot symbol size in points (1/72 inch).
See Also