I am having this code in my aplication:
bar3d.YValues.DateTime = true;
double d = 0.5;
bar3d.Add(d, endTime, startTime, myText, Color.Red);
Where startTime and endTime is time represented as double. When this is plotted in the chart I only get the clock, (e.g, 4:00 PM) not the whole date. Is there something I can do about it? I want full date time on the Y axis.
Thanks.
awiklund
Incorrect date time in Y axis.
Hi,
you can set the format of the DateTime label using :
tChart1.Axes.Left.Labels.DateTimeFormat="dd/MM hh:mm";
you can set the format of the DateTime label using :
tChart1.Axes.Left.Labels.DateTimeFormat="dd/MM hh:mm";
Pep Jorge
http://support.steema.com
http://support.steema.com