IMSL C# Numerical Library

Axis1D.GetTicks Method 

Returns the "Ticks" attribute value.

public virtual double[] GetTicks();

Return Value

A double[] containing the "Ticks" attribute value.

Remarks

If not set, then computed tick values are returned based on the type of axis (linear, log or custom), and the attributes "Number" and "TickInterval".

See Also

Axis1D Class | Imsl.Chart2D Namespace