Dinesh
Dinesh

Reputation: 2204

iOS Coreplot - less than equal to symbol

I am using ScatterPlot of CorePlot and would like to create a legend. The legend should contain a less than equal to symbol. Is there any way to do it?

Upvotes: 0

Views: 282

Answers (1)

Eric Skroch
Eric Skroch

Reputation: 27381

Set the title or the attributedTitle property of the plot to the text you want displayed in the legend. This string can include a "≤" symbol or any other valid character.

Upvotes: 1

Related Questions