SaasMatter

Gantt

User can define Gantt chart under this tab.

clsGanttConf: We can define all gantt xml code between < clsGanttConf> & < /clsGanttConf>

StartTimeField: We can define start date/time using < StartTimeField > & </ StartTimeField >.

E.g.:

< StartTimeField> starttime < /StartTimeField>

FinishTimeField: We can define finish date/time using < FinishTimeField > & </ FinishTimeField >.

E.g.:

< FinishTimeField> finishtime < /FinishTimeField>

IsCompletedField: we can pass values to IsCompletedField like this default condition for gantt chat data.

Levels: we can set gantt levels using < Levels > & </ Levels > tags.

E.g.:

clsGanttConfLevel: we can add gantt levels as require using < clsGanttConfLevel > & </ clsGanttConfLevel > tags.

IDField : we can set key field using this tag between < IDField> & < IDField > tags.

pIDField: we can set Child key field using this tag between < pIDField > & < pIDField > tags.

NameField we can set Column to display as title on Gantt chart field using this tag < NameField > & < NameField > tags.

Output