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
If not set, then computed tick values are returned based on the type
of axis (linear, log or custom), the attributes "Number" and
"TickInterval".