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 Value
2012-07-11 09:40 22
2012-07-11 09:41 15
2012-07-11 09:43 16
2012-07-11 09:43 17
2012-07-11 09:44 16
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