开发者

How to get each Bar CGMutablePathRef in Bar chart created by using Core Plot?

开发者 https://www.devze.com 2023-03-21 07:29 出处:网络
I found below method in existing framework. Can a开发者_如何学编程ny one please suggest me how can i use this method

I found below method in existing framework. Can a开发者_如何学编程ny one please suggest me how can i use this method

-(CGMutablePathRef)newBarPathWithContext:(CGContextRef)context recordIndex:(NSUInteger)index

Thanks in advance


Finally i got solution for above question, For above method pass bar index as a parameter and We can pass context parameter as NULL. Then we will get the corresponding bar CGMutablePathRef.

0

精彩评论

暂无评论...
验证码 换一张
取 消