Click or drag to resize

ScaleCreateDefaultTicks Method

Creates the default tick spacing for the specified scale type.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static TickSpacing CreateDefaultTicks(
	Type type
)

Parameters

type  Type
The scale type.

Return Value

TickSpacing
The default tick spacing for the specified scale type.
See Also