Skip to content

Commit

Permalink
add an option to set line cap of axis grid line
Browse files Browse the repository at this point in the history
  • Loading branch information
mconintet committed Jan 9, 2016
1 parent 1d8a24a commit 4f21232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Components/ChartAxisBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ChartAxisBase: ChartComponentBase
public var gridLineWidth = CGFloat(0.5)
public var gridLineDashPhase = CGFloat(0.0)
public var gridLineDashLengths: [CGFloat]!
public var gridLineCap = CGLineCap.Square
public var gridLineCap = CGLineCap.Butt

public var drawGridLinesEnabled = true
public var drawAxisLineEnabled = true
Expand Down

0 comments on commit 4f21232

Please sign in to comment.