Click or drag to resize
AxisThetaGetTicks 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
These are the positions at which the angles are labeled. The ticks are in radians, not degrees.
See Also