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
/// Draws a value at the specified x and y position.
@objcopenfunc drawValue(context:CGContext, value:String, xPos:CGFloat, yPos:CGFloat, font:NSUIFont, align:NSTextAlignment, color:NSUIColor){ChartUtils.drawText(context: context, text: value, point:CGPoint(x: xPos, y: yPos), align: align, attributes:[NSAttributedString.Key.font: font,NSAttributedString.Key.foregroundColor: color])}
I want to display Attributed String on X-axis.is there any way for it?
The text was updated successfully, but these errors were encountered: