Click or drag to resize

ScaleRegisterDefaultTicking Method

Registers a default tick spacing type for a scale type.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void RegisterDefaultTicking(
	Type scaleType,
	Type tickSpacingType,
	int priority
)

Parameters

scaleType  Type
The scale type.
tickSpacingType  Type
The tick spacing type.
priority  Int32
The priority used when selecting between multiple registrations.
See Also