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
I am using above to draw linechart with circle. I would like to differentiate one point with other color like attached screenshot. How can we achieve the same ?
The text was updated successfully, but these errors were encountered:
let line = LineChartDataSet(values: linechartEntry1, label: "")
line.colors = [UIColor.clear]
line.circleHoleColor = UIColor.red
line.circleColors = [UIColor.blue]
line.circleRadius = 6
line.drawFilledEnabled = false
line.drawValuesEnabled = false
I am using above to draw linechart with circle. I would like to differentiate one point with other color like attached screenshot. How can we achieve the same ?
The text was updated successfully, but these errors were encountered: