Click or drag to resize

GraphDocumentGetDefaultMajorTickLength Method

Gets the default major tick length 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 GetDefaultMajorTickLength(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

Double
Default major tick length in points (1/72 inch).
See Also