Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
IGAreaSeries line color problem
posted

Hi again :)

I use IGAreaSeries for giving color to the below of chart line. But IGAreaSeries doesnt show line color true, i think it uses alpa. How can i fix this.

And how can we use panGestureRecognizer and pinchGestureRecognizer properties, i couldt find any info at documention

/* The underlying gesture recognizer for pan gestures. (read-only)

*/

@property (nonatomic, readonly) UIPanGestureRecognizer *panGestureRecognizer;

/* The underlying gesture recognizer for pinch gestures. (read-only)

*/

@property (nonatomic, readonly) UIPinchGestureRecognizer *pinchGestureRecognizer;