Skip to content
Kevin Brewster edited this page Jan 23, 2015 · 5 revisions

Installation

  1. Download just the LineChart.swift file, or download the example project (which includes various examples for both Mac and iOS).
  2. Drag LineChart.swift into your Xcode project

Examples

let view = LineChartView()
view.lineChart.datasets = [ LineChart.Dataset([3.0, 4.0, 9.0, 11.0, 15.0, 13.0]) ]

Reference

Clone this wiki locally