Hi
I am relatively new to Infragistics and am currently tring to create a scatter graph. I have looked at examples on various webite and here and has used the NumericTimeSeries to create a graph of date in X axis (using NumericTimeDataPoint) and double in Y axis. However, the x axis always shows up as 00.## rather than the time itself. Please could anyone with similar problems suggest some possible solutions please?
Thanks
Newbie
Hi,
You can set:
this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL:dd/mm/yyyy>";