Returns the "Ticks" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetTicks()
Public Overridable Function GetTicks As Double()
public:
virtual array<double>^ GetTicks()
abstract GetTicks : unit -> float[]
override GetTicks : unit -> float[]
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), the attributes "Number" and
"TickInterval".
See Also