I have one data point with value:
xValue = Wed
yValue = 23.49
The x axis is showing up correctly. The Y access range is showing up from 23 to 24.5.
But i dont see any graph being plotted. Am i missing something?
Hi Skamichetty,
You'll want to ensure that you've got showPoints turned on your series point style (it's off on our default theme - iOS7). Since your line series isn't drawing points, and you need more than one point to consitute a line, you're not getting anything visible drawn.
Thanks,Jan