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
/// - returns: The color at the specified index that is used for drawing the values inside the chart. Uses modulus internally.
openfunc valueTextColorAt(_ index:Int)->NSUIColor{varindex= index
if index <0{
index =0}returnvalueColors[index % valueColors.count]}
What did you expect to happen?
I want to set many colors for labels.
What happened instead?
But no method is found, but the Android framework(MPAndroidChart) can be implemented.
Charts Environment
**Charts version Number:3.2.0
**Xcode version:10.0
**Swift version:4.2
**Platform(s) running Charts:iOS
**macOS version running Xcode:10.14
Demo Project
The text was updated successfully, but these errors were encountered: