如何删除核心图表周围的边框 [英] How do remove the border around a core-plot graph

查看:97
本文介绍了如何删除核心图表周围的边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正试图删除iPhone上核心情节图周围的边框 - 但似乎在我脑子里想要简单的事情上苦苦挣扎。

I am trying to remove the border around a core plot graph on the iPhone - but seem to be struggling on what should be simple in my mind.

指针请!

推荐答案

你应该可以在图形的plotArea上取出borderLineStyle来删除边框:

You should be able to nil out the borderLineStyle on the graph's plotArea to remove the border:

graph.plotAreaFrame.borderLineStyle = nil;    // don't draw a border

您还可以创建自己的主题,使用框架作为示例,并且根本不设置borderLineStyle。

You could also create your own theme, using the ones in the framework as examples, and simply not set the borderLineStyle in that.

这篇关于如何删除核心图表周围的边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆