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

First and last Points are trimmed out

1 Answer 11 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.
Siva Jagan
Top achievements
Rank 1
Siva Jagan asked on 24 Jun 2015, 10:03 AM

Hi,

 I am using RadCartesianChart With LineSeries. When I define Point template with the DataPoints, first and last points are trimmed. Even I could see the same behavior in all the samples given.

Is there any approach I can use to display those first and last points also in full dot(rounded) mode?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladislav
Telerik team
answered on 26 Jun 2015, 01:05 PM
Hello Siva Jagan,

There are two approaches, which can be used to achieve the desired view.
First you can set the ClipToPlotArea="False" of the LineSeries and ClipToBounds="False" of the RadChart itself as is demonstrated in the attached project.
The second possible approach is, if you know preliminary the ranges (min and max value) of the data that will be plot, you can set explicitly "Minimum" and "Maximum" of your axes if they are (inherit from) NumericalAxis as described here. Or you can try the different values of the "PlotMode" property for CategoricalAxis.

Regards,
Vladislav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Siva Jagan
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Share this question
or