Contents

rectOfTickMark(at:)

Returns the bounding rectangle of the tick mark identified by index (the minimum-value tick mark is at index 0).

Declaration

func rectOfTickMark(at index: Int) -> NSRect

Discussion

If no tick mark is associated with index, the method raises a NSRangeException.

See Also

Managing Tick Marks