带有swift的CorePlot:没有yAxis.majorIntervalLength

时间:2014-11-29 16:45:27

标签: swift graph core-plot

以下是我的图表的样子: enter image description here

我不是y轴的间隔为50,所以我尝试这样做:

var axisSet: CPTXYAxisSet = CPTXYAxisSet(layer: graph.axisSet)
var y = axisSet.yAxis

y.majorIntervalLength = 50

但是majorIntervalLength似乎不存在

1 个答案:

答案 0 :(得分:1)

Swift不支持NSDecimal值。我们对Core Plot API进行了一些更改,将NSDecimal替换为NSDecimalNumber。更改位于release-2.0分支上,而不是发布包中。有关该问题的更多讨论,请参阅Core Plot issue #96