Contents

toolTip(forSegment:)

Returns the tooltip of the specified segment.

Declaration

func toolTip(forSegment segment: Int) -> String?

Parameters

  • segment:

    The index of the segment whose tooltip you want to get. This method raises an exception (Rangeexception) if the index is out of bounds.

Return Value

The text of the tooltip.

Discussion

Tooltips are currently not displayed.

See Also

Configuring Individual Segments