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

RadChart Tooltip AxisX

3 Answers 112 Views
Chart
This is a migrated thread and some comments may be shown as answers.
dennis
Top achievements
Rank 1
dennis asked on 30 Mar 2009, 04:32 PM
When i set the tooltip to show the actual time with the next statement, the time is correctly displayed:

tooltip.Content = string.Format("Hora: {0}\r\nCantidad: {1}", DateTime.FromOADate(args0.DataPoint.XValue).ToString("HH:mm"), args0.DataPoint.YValue);

but when i try to show it at the bottom, all the time get distortionated:
radChart1.DefaultView.ChartArea.AxisX.DefaultFormat = "HH:mm";

a refenrece image(note that the time show in the tooltip differs from AxisX
http://img6.imageshack.us/img6/5233/dibujonat.jpg

3 Answers, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 01 Apr 2009, 08:15 AM
Hello dennis,

Currently our RadChart does not support strict mode on X axis. That means the data points from the data source are placed sequentially at equal distances, and the X value is not taken into account.

The strict mode will be implemented for the 2009 Q2 release.

Best regards,
Evtim
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
dennis
Top achievements
Rank 1
answered on 01 Apr 2009, 10:05 PM
there is any way to sort this?
how much left for 2009 q2?
0
Dwight
Telerik team
answered on 03 Apr 2009, 05:55 AM
Hello dennis,

Currently, I cannot suggest a workaround. The Q2 release is scheduled for July, but exact date is not specified.

Kind regards,
Evtim
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Chart
Asked by
dennis
Top achievements
Rank 1
Answers by
Dwight
Telerik team
dennis
Top achievements
Rank 1
Share this question
or