Returns the "Ticks" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetTicks()
Visual Basic (Declaration)
Public Overridable Function GetTicks As Double()
Visual C++
public:
virtual array<double>^ GetTicks()

Return Value

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