iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 30
0
Mobile Development

IOS 基本元件運用和套件運用系列 第 30

(Day30)第三方套件---圖表套件Charts(下)

  • 分享至 

  • xImage
  •  

這篇會介紹圖表套件Charts的功能

graphView.leftAxis.enabled = false

左邊的圖示顯示或關閉

graphView.rightAxis.enabled = false

右邊的圖示顯示或關閉

graphView.drawGridBackgroundEnabled = false

背景顯示或關閉

graphView.xAxis.drawGridLinesEnabled = false

背景的線條顯示或關閉

chartData.barWidth = 0.1

直條的寬度

graphView.leftAxis.axisMinimum

圖表最小的高度

graphView.leftAxis.axisMaximum

圖表最高的高度

graphView.isUserInteractionEnabled

能不能與使用者互動

graphView.animate(xAxisDuration: 2.0, yAxisDuration: 2.0, easingOption: .easeInCubic)

顯示圖表時的動畫

let xAxis = graphView.xAxis
xAxis.labelPosition = .bottom //把x軸顯示在下面
xAxis.labelCount = dataPoints.count
xAxis.valueFormatter = IndexAxisValueFormatter(values: dataPoints)

設定x軸的字

以上就是以些常用到的功能。


上一篇
(Day29)第三方套件---圖表套件Charts(上)
系列文
IOS 基本元件運用和套件運用30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言