Click or drag to resize

SuppressedTicksRemoveSuppressedTicks(IListDouble) Method

Removes the suppressed ticks from the list given as argument.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveSuppressedTicks(
	IList<double> ticks
)

Parameters

ticks  IListDouble
The tick list. At return, the suppressed ticks are removed from that list.
See Also