This is a migrated thread and some comments may be shown as answers.

How can we disable points clipping to bounds?

1 Answer 103 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sei
Top achievements
Rank 1
Sei asked on 12 Sep 2014, 06:22 PM
Hello,

We would like to display circular shaped points outside of the line chart plotView, but clipped to plotView’s bounds like attached image.

How can we change this default behaviour?

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 18 Sep 2014, 07:48 AM
Hi Sei,

Currently all points outside of the clipping area will be cut. One option to work around the issue is to extend the axis range manually:

series.xAxis =[[TKChartNumericAxis alloc] initWithMinimum:@-10 andMaximum:@20];

This issue is logged as a feature request in our feedback portal. You can use the following link to track the issue status.

Feel free to contact us if you have further questions.

Regards,
Jack
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart
Asked by
Sei
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or