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

[Solved] ClipToPlotArea="True" drawing the plots behind the axis

1 Answer 91 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Abhijit
Top achievements
Rank 1
Abhijit asked on 13 Nov 2014, 05:30 AM
Team,
I need your help to understand if there is any ways to make the plots visible on Axis when ClipToPlotArea set to true.

When this is set to false, plots are going out of data range ( Top Image in the attachment),  and this is not what I my requirement is.
When I change it to True, points are getting clipped but when they are on exact boundary line, my plots are coming behind the axis.  ( bottom image in the attachment).

Am I missing any properties to set the clip points visible for this line series.

Appreciate your help.

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 17 Nov 2014, 04:31 PM
Hi Abhijit,

That would be the expected behavior. In order to let the chart series appear over the axis, you can use a high value for its ZIndex property e.g. 1000.

Best regards,
Ves
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 for XAML
Asked by
Abhijit
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or