Hi,
Im posting in this forum since there is no separate section for XamGantt.
The XamGantt component seems to be limited to a TimescaleUnit of minutes.
Ref:
http://help.infragistics.com/NetAdvantage/silverlight/2012.2/CLR4.0/?page=InfragisticsSL5.Controls.Schedules.XamGantt.v12.2~Infragistics.Controls.Schedules.TimescaleUnit.html
Is it possible to get it to work down to a seconds level ?
regards
Øyvind
Currently the smallest timescale supported is minutes. The TimescaleBand class is a concrete implementation of TimescaleBandBase which mimics the time scale functionality in MS Project which does not support anything below minutes. You may want to submit a feature request for adding support for seconds. Out of curiousity and if I may ask, what is the scenario under which one would be using a timescale of seconds?
Hi Andrew,
We are trying to use the chart component for other data then project planning data.
The gantt chart type fits very well if you are working with a logical hierarchy of elements that you want to plan a sequence around. (very generalized).
Anyways, the keyword here is that the chart type can be used on other data then project planning data. This means in our case that the limit of timescaleunit down to minutes is an unwanted and unlogical limitation. I do however understand it based on the traditional use of the gantt chart.