Using core plot for iPhone, drawing date on x axis

后端 未结 2 1529
孤城傲影
孤城傲影 2021-01-31 00:10

I have available an array of dictionary that contains NSDate and NSNumber values. I wanted to plot date on X axis. For plotting I need to supply xRange

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 00:56

    Take a look at the DatePlot program in the examples folder. It shows how to format axis labels as dates.

提交回复
热议问题