Click or drag to resize
Axis1DGetTicks Method
Returns the "Ticks" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetTicks()

Return Value

Type: Double
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