Hi
The sample Gantt chart application is based on the date range to display the chart and I assume the minimum data value is a day.
Would it be possible to draw the chart by hours or minutes or seconds?
Regards, Karthik
Hello Karthik.
The UltraChart's axis is defined trough the values that it is given so in order to have a chart displaying lets say hours of one day the "start" and "end" DateTime values must have the same date and differ only in hours, minutes and seconds. You will also have to set the Labels.StringFormatting to <ITEM_LABEL:hh:mm> (you can do that on step 3 of the chartWizzard) and youl get something like that:
Sincerely,
Petar Monov
Developer Support Engineer,
Infragistics, Inc
Yes. That solves my issue.
Thanks.