SuppressedTicksRemoveSuppressedTicks(IListDouble) 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<double> ticks
)
Parameters
- ticks IListDouble
- The tick list. At return, the suppressed ticks are removed from that list.
See Also