在CPScatterPlot中需要CPBarPlot.barOffset的相等性

时间:2011-01-19 00:22:27

标签: iphone objective-c core-plot

CPBarPlot.barOffsetCPScatterPlot的平等点是什么?所以我可以改变散点图的偏移量。

1 个答案:

答案 0 :(得分:1)

barOffset是CGFloat。它是条与location坐标给出的真实位置偏移的量。单位是barWidth属性的一部分。例如:

barOffset = 0.5;   // moves the bars half a barWidth in the positive direction
barOffset = -0.25; // moves the bar a quarter of a barWidth in the negative direction