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

Plotted Points on Point series appear cropped

1 Answer 26 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Pradyumna
Top achievements
Rank 1
Pradyumna asked on 19 Oct 2010, 06:46 PM
Hi,

The points on a plotted point chart series appear to be cropped in to half circles. They are plotted exactly on the start axis and end axis edges(see attachment). I would like to see them plotted within the borders, hopefully able to set the padding or margins, whatever needed. X-Axis layout mode is Normal, Y-axis AxisMode is Extended. X-axis value format is shortdate. Please direct me rightly.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 21 Oct 2010, 04:04 PM
Hello Pradyumna,

The line chart's startpoint and endpoint are not cropped but not fully visible. Change the LayoutMode of the XAxis to Inside and you will able to see all points of your Line. LayoutMode enumeration is described in our help article - http://www.telerik.com/help/aspnet-ajax/understandingelementsmarks.html.
Here is how you can set LayoutMode property to Inside:

RadChart1.PlotArea.XAxis.LayoutMode = Telerik.Charting.Styles.ChartAxisLayoutMode.Normal;

I hope this gets you started properly.

All the best,
Evgenia
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart (Obsolete)
Asked by
Pradyumna
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or