parilogic
parilogic

Reputation: 1179

How to add Z axis BarGraph using Core Plot in Iphone/iPad

I have read the tutorials about making 2D BarGraph using Core Plot in iPhone. I want to add Z-axis to it to make it 3D.

EDIT : I searched but I could not find great solution. I want to show something like figure below.

enter image description here

Guide me regarding the same.

Upvotes: 1

Views: 607

Answers (1)

Eric Skroch
Eric Skroch

Reputation: 27381

True 3D is not supported in Core Plot right now. The best you'll be able to do is use gradient or image fills on the various parts of the graph to simulate a 3D appearance.

Upvotes: 1

Related Questions