user5842052
user5842052

Reputation:

How to create donut chart in core-plot framework Objective-C?

I have searched out on google, not able to find any hint on core-plot donut chart example. Have no clue what so ever, how to do that. Neither there is example with dr chart framework.

Upvotes: 0

Views: 379

Answers (1)

Eric Skroch
Eric Skroch

Reputation: 27381

There's a donut chart in the Plot Gallery example app included with Core Plot. Use a pie chart plot and set both the pieInnerRadius and pieRadius to define the inner and outer limits of the donut ring.

Upvotes: 1

Related Questions