IMSL C# Numerical Library

AxisR.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), the attributes "Number" and "TickInterval".

See Also

AxisR Class | Imsl.Chart2D Namespace