CPPlotSpaceDelegate methods not getting called in my app.
I have tried putting delegate implementation tag in header like
<CPPlotSpaceDelegate,CPPlotDataSource>
EDIT:
I have even tried
plotSpace.delegate=self;
but does not seem to work
What could be wrong?