-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the size of the interception (dots) font in Line Chart ? #1043
Comments
BalloonMarker *marker = [[BalloonMarker alloc] initWithColor:[UIColor colorWithWhite:180/255. alpha:1.0] font:[UIFont systemFontOfSize:12.0] insets: UIEdgeInsetsMake(8.0, 8.0, 20.0, 8.0)]; marker.font = [UIFont systemFontOfSize:22]; |
If you are talking about the value text in the chart - not the marker - then it is probably |
You're welcome! :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Guys
I searched and I could not find which is the property to set the font size in line Chart for the Intercepted Dots values ?
please help
Thanks in advance
The text was updated successfully, but these errors were encountered: