Hi, Telerik Team.
I have a following definition for my XAxix:
The DateTime objects was converted to ToOADate().
The data source is something like this:
Note that, the 09:42 is missing and I have duplicate value to 09:43.
So, I have problem to show a timeline for DateTime in XAxi (a timeline with one entry for each minute).
I realy need include into data source a entry to 09:42 and agregate the 09:43, to obtain a timeline?
Thanks
Giuliano Caetano
I have a following definition for my XAxix:
defChart.PlotArea.XAxis.DataLabelsColumn = "DoubleDateTime";
defChart.PlotArea.XAxis.IsZeroBased = false;defChart.PlotArea.XAxis.AutoScale = true;defChart.PlotArea.XAxis.Appearance.ValueFormat = ChartValueFormat.LongDate;defChart.PlotArea.XAxis.Appearance.CustomFormat = "dd HH:mm";defChart.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Inside;The DateTime objects was converted to ToOADate().
The data source is something like this:
Date Value2012-07-11 09:40 222012-07-11 09:41 152012-07-11 09:43 162012-07-11 09:43 172012-07-11 09:44 16Note that, the 09:42 is missing and I have duplicate value to 09:43.
So, I have problem to show a timeline for DateTime in XAxi (a timeline with one entry for each minute).
I realy need include into data source a entry to 09:42 and agregate the 09:43, to obtain a timeline?
Thanks
Giuliano Caetano