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

Chart XAxis LayoutMode

1 Answer 66 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sue
Top achievements
Rank 1
Sue asked on 29 Apr 2009, 03:57 PM
Hello,

I am using the setting

chart.RadChart.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Normal;

to customize the Xaxis so that the series item pointmarks rest on the major gridlines of the chart, but the min and max series item pointmarks are half-hidden by the plotarea border. Is there a setting so that these min and max series item pointmarks rest on top of that line?

Sue

1 Answer, 1 is accepted

Sort by
0
Dessy
Telerik team
answered on 01 May 2009, 10:39 AM
Hello Sue,

In order to achieve overall visibility of series item pointmarks along with positioning them on the major gridlines of RadChart you can set LayoutMode of XAxis to 'inside':

RadChart.PlotArea.XAxis.LayoutMode = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;

 Hope that helps.


Kind regards,
Dessy
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
Sue
Top achievements
Rank 1
Answers by
Dessy
Telerik team
Share this question
or