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
How can I change the text color of BalloonMarker, as I not manage to see any property related to label. Or BalloonMarker is actually an UIImage property?
You can take a look at ChartMarker class, that's the root class, you can derive your own. BalloonMarker is just a example. You can change anything you want
Hi guys,
I am having a few issues with line chart view.
Attached with Screenshot:
https://www.dropbox.com/s/414bavrenqnxnsg/Photo%2014-06-2016%2C%201%2022%2056%20PM.jpg?dl=0
BalloonMarker *marker = [[BalloonMarker alloc] initWithColor:[UIColor blueColor] font:[UIFont boldSystemFontOfSize:14.f] insets:UIEdgeInsetsMake(8.0, 8.0, 20.0, 8.0)];
marker.minimumSize = CGSizeMake(80.f, 40.f);
self.lcView.marker = marker;
The text was updated successfully, but these errors were encountered: