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

Welcome to the SwiftCharts wiki!

  • LineChartView

  • LineChart

    • Dataset
    • Point
    • Axis
    • Tick
let view = LineChartView()
view.lineChart.datasets = [ LineChart.Dataset([3.0, 4.0, 9.0, 11.0, 15.0, 13.0]) ]
Clone this wiki locally