Hello,
You need to set the Min and Max date for the X
axis as well. This can be
implemented using 'SetMinMax'
property.
Me.C1Chart1.ChartArea.AxisX.SetMinMax(CDate("01/01/2008"), CDate("1/15/2008"))
I hope this
helps.
Regards,
Allen Smith
<Pravarap> wrote in message
news:202726@10.0.1.98...
I am working with 2D XY- Plot chart, and I want to display dates on X-Axis
of chart. The date values are taken from database. I set the "AnnoFormat"
property of X-Axis to "DateShort" and "AnnoMethod" property to "values". It is
displaying dates from 31-Dec-1899 onwards.Please tell me if I am missing
any other property or method. Please reply as soon as possible.
Thanks in advance.
http://helpcentral.componentone.com/cs/forums/p/74587/202726.aspx#202726