ScaleCreateDefaultTicks Method |
Creates the default tick spacing for the specified scale type.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static TickSpacing CreateDefaultTicks(
Type type
)
Parameters
- type Type
- The scale type.
Return Value
TickSpacingThe default tick spacing for the specified scale type.
See Also