如何在ios-charts中隐藏标签?

时间:2016-04-19 09:18:31

标签: swift ios-charts

我需要禁用图表中的某些元素。

我在(Swift 2)中使用了iOS-charts库,但我无法理解如何禁用以下内容:

  1. 隐藏左右数字

  2. 隐藏描述颜色方块

  3. 隐藏所有垂直线
  4. enter image description here

3 个答案:

答案 0 :(得分:57)

self.chartView.xAxis.drawGridLinesEnabled = false
self.chartView.leftAxis.drawLabelsEnabled = false
self.chartView.legend.enabled = false

将完成这项工作

答案 1 :(得分:2)

self.chartView.drawEntryLabelsEnabled = false

这将从PieChart中隐藏标签,并且仅显示值。还显示带有标签文本的图例。

答案 2 :(得分:0)

仅隐藏前一个:

export PS1="RS923: \W\$ "; clear;