piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

pie chart new feature showing error #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I added new feature of pie chart showing labels on selections ,When i am 
touching any slice its calling method but showing error that piechart.title is 
not a structure or union.

Original issue reported on code.google.com by monikadh...@gmail.com on 9 Aug 2010 at 9:46

GoogleCodeExporter commented 8 years ago
What is "piechart"? Is it your graph (CPXYGraph) or the plot (CPPieChart)?

Original comment by eskr...@mac.com on 9 Aug 2010 at 11:24

GoogleCodeExporter commented 8 years ago
its CPPieChart

Original comment by monikadh...@gmail.com on 9 Aug 2010 at 11:34

GoogleCodeExporter commented 8 years ago
Plots don't have titles--the graph does.

Original comment by eskr...@mac.com on 9 Aug 2010 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 10 Aug 2010 at 12:47

GoogleCodeExporter commented 8 years ago
still not working :(

Original comment by monikadh...@gmail.com on 10 Aug 2010 at 5:45

GoogleCodeExporter commented 8 years ago
You have to provide more information. That sounds like a compile-time error. 
Where is the error appearing? 

Original comment by eskr...@mac.com on 10 Aug 2010 at 12:07

GoogleCodeExporter commented 8 years ago
i am not getting error if i am using cpxygraph instance but it,s not showing 
title on screen.

Original comment by monikadh...@gmail.com on 10 Aug 2010 at 12:10

GoogleCodeExporter commented 8 years ago
Is it setting the title and it's not showing up? Have you tried logging the new 
title to make sure that it's being set correctly?

Original comment by eskr...@mac.com on 10 Aug 2010 at 10:06