chart.View.AxisX.Scale /= 2;
Hello? C1? Anybody there?
This is a good question that we would all like an answer to.
Tom
Hello Tom,
Sorry for the delay. Chart uses OLE datetime presentation so to convert datetime to double you should use ToOADate() method. E.g.
c1Chart1.View.AxisX.Min = dateTime1.ToOADate(); c1Chart1.View.AxisX.Max = dateTime2.ToOADate();
--Best regards,Alex