Search found 1 match
- Tue Oct 26, 2004 1:42 pm
- Forum: .NET
- Topic: Incorrect date time in Y axis.
- Replies: 1
- Views: 4052
Incorrect date time in Y axis.
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 s...