Posted on May 31, 2011 (permalink)
radChart.DefaultView.ChartArea.AxisX.IsDateTime =
true
;
radChart.DefaultView.ChartArea.AxisX.Step = 5;
radChart.DefaultView.ChartArea.AxisX.LabelStep = 2;
radChart.DefaultView.ChartArea.AxisX.StepLabelLevelCount = 3;
radChart.DefaultView.ChartArea.AxisX.StepLabelLevelHeight = 10;
radChart.DefaultView.ChartArea.AxisX.DefaultLabelFormat =
"hh:mm:ss"
Reply
Posted on Jun 6, 2011 (permalink)
Please excuse us for the delay. Regarding your issue, the X axis makes all the needed range calculations and when there is data for the past several days it displays the steps as one day, therefore each tick is 00:00. You can use the following options. 1. Use Categories. See the link below for more information: http://www.telerik.com/help/silverlight/radchart-features-categorical-charts.html 2. You could also set the AxisX.AutoRange to false and pass only min, max and step parameters(i.e. AxisX.AddRange(min, max, step)). You can also find useful information about DateTime Support here: http://www.telerik.com/help/silverlight/radchart-features-datetime-support.html If you need any further help, please do not hesitate to ask.
Posted on Jun 7, 2011 (permalink)
Posted on Jun 10, 2011 (permalink)
Posted on Jun 14, 2011 (permalink)
Posted on Jun 15, 2011 (permalink)
Back to Top
[ WPF Chart Features | Documentation | Demos | Telerik TV | Self-Paced Trainer ]
UI controls for ASP.NET AJAX, MVC, WPF,Silverlight, Windows 8 and Windows Phone
Cross-platform Mobile Development Toolwith cloud-based architecture
Everything you need to build sites andmobile apps with JavaScript and HTML5
One easy tool for Functional, Performance,Load and Mobile software testing
Everything for your online business - contentmanagement, ecommerce, emarketing
Simple and intuitive project managementand collaboration software