tickMarkValue(at:)
Returns the receiver’s value represented by the tick mark at the specified index.
Declaration
func tickMarkValue(at index: Int) -> DoubleParameters
- index:
The index of the tick mark for which to retrieve the value. The minimum-value tick mark has an index of 0.
Return Value
The value represented by the specified tick mark.