Jiwift

[iOS/Swift] DGCharts 그래프 라이브러리 barBorderColor | 바 차트 선 색, 막대 그래프 선 색상 변경 본문

라이브러리/DGCharts

[iOS/Swift] DGCharts 그래프 라이브러리 barBorderColor | 바 차트 선 색, 막대 그래프 선 색상 변경

지위프트 2023. 1. 15. 02:12
반응형

// 선 색
barChartdataSet.barBorderColor = .red

 위 메서드를 적용하고 싶은 막대 그래프 데이터 셋에 적용

 

SwiftExample/BarChartViewController.swift at main · wlxo0401/SwiftExample (github.com)

 

GitHub - wlxo0401/SwiftExample: My study, record and share

My study, record and share. Contribute to wlxo0401/SwiftExample development by creating an account on GitHub.

github.com

 

반응형