MagicGridSpacings GetTicks Method ElecNetKit Documentation
Constructs a set of ticks between LowerLimit and UpperLimit and spaced by Interval.

Namespace: ElecNetKit.Graphing.Util
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public double[] GetTicks()

Return Value

A set of ticks between LowerLimit and UpperLimit and spaced by Interval.
See Also