SuppressedTicksRemoveSuppressedTicks(IListAltaxoVariant) Method |
Removes the suppressed ticks from the list given as argument.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveSuppressedTicks(
IList<AltaxoVariant> ticks
)
Parameters
- ticks IListAltaxoVariant
- The tick list. At return, the suppressed ticks are removed from that list.
See Also