Click or drag to resize

AdditionalTicksItem Property

Gets or sets an additional tick value by index.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoVariant this[
	int idx
] { get; set; }

Parameters

idx  Int32
The zero-based index of the additional tick.

Property Value

AltaxoVariant
See Also