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

PointMark

4 Answers 54 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sonia
Top achievements
Rank 1
Sonia asked on 22 Apr 2013, 10:35 AM
If a serie has a value which is the maximum value of the Y-axis, then the point is not rendered completely, only a semicircunference is shown.

Is this a bug?

4 Answers, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 25 Apr 2013, 01:00 PM
Hi Sonia,

This would be the expected behavior as the point marks are rendered only within the chart area. You can either expand the range of the Y axis if set manually or set YAxis.AxisMode property to ChartYAxisMode.Extended;

Best regards,
Ves
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Sonia
Top achievements
Rank 1
answered on 26 Apr 2013, 08:27 AM
This was exactly what i was looking for.
Thank you Ves.
0
Sonia
Top achievements
Rank 1
answered on 26 Apr 2013, 10:24 AM
When I set the property

chart.PlotArea.YAxis.AxisMode

to ChartYAxisMode.Extended
the chart shows one more axis on the top of the chart, but not on the bottom. Therefore the problem persists for pointmarks of values equal to minimum y-value.
How can i managed to do avoid that?
0
Ves
Telerik team
answered on 01 May 2013, 07:01 AM
Hi Sonia,

In this case you will need to set YAxis.AutoScale property to false and provide your own values for MinValue, MaxValue and Step properties.

Best regards,
Ves
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Sonia
Top achievements
Rank 1
Answers by
Ves
Telerik team
Sonia
Top achievements
Rank 1
Share this question
or