You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let lowLimitLine = ChartLimitLine(limit: 100, label: "Low Threshold")
lowLimitLine.lineWidth = 3.0
// lowLimitLine.lineDashLengths = [20, 2]
lowLimitLine.lineColor = UIColor.green
// lowLimitLine.valueTextColor = UIColor.lightGray
charts.leftAxis.addLimitLine(lowLimitLine)
If you want to make it as line instead dots ,uncomment the above two lines
Hi, after the update to 3.0.2, limit line is not longer shown. I've tried to discard all changed (so I returned to 3.0.1) and all works fine.
There's another way to get it? Thanks.
The text was updated successfully, but these errors were encountered: