Hi,
I am trying to plot values(Y axis) against DateTime(x axis).
I have got values for dates but instead of dates appearing equidistant from each other i want them to appear according to the difference between them ie. if difference between dates is 5 days then they should appear at further distance then those which have 1 day difference.
How do i achieve it?
Kind regards
Devinder Singh
most likely setting the LineChart.TreatDateTimeAsString property (or the equivalent property for your ChartType) will solve this problem. for more information, try this help topic: http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Chart_Display_Data_on_a_Time_Scale_Axis.html
thx a lot. It worked
Regards