Click or drag to resize

Log10TickSpacingDecadesPerMajorTick Property

Gets or sets the number of decades per major tick.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int? DecadesPerMajorTick { get; set; }

Property Value

NullableInt32

If null, the number of decades per major tick is calculated automatically.

If the value is negative or null, no major ticks will be shown.

If the value is positive, the value represents the number of decades per major tick. Note that major ticks will appear only at decades that are a integer multiple of this value.

See Also